Home | History | Annotate | Download | only in coders

Lines Matching full:icc_profile

2652     *icc_profile;
2786 icc_profile=GetImageProfile(image,"icc");
2790 if (icc_profile != (StringInfo *) NULL)
2795 if (icc_profile != (const StringInfo *) NULL)
2796 length+=PSDQuantum(GetStringInfoLength(icc_profile))+12;
2805 if (icc_profile != (StringInfo *) NULL)
2811 icc_profile));
2812 (void) WriteBlob(image,GetStringInfoLength(icc_profile),
2813 GetStringInfoDatum(icc_profile));
2814 if ((MagickOffsetType) GetStringInfoLength(icc_profile) !=
2815 PSDQuantum(GetStringInfoLength(icc_profile)))