Home | History | Annotate | Download | only in coders

Lines Matching refs:ICC_PROFILE

104 #define ICC_PROFILE  "ICC_PROFILE"
469 *icc_profile,
486 if (LocaleCompare(magick,ICC_PROFILE) != 0)
513 icc_profile=(StringInfo *) GetImageProfile(image,"icc");
514 if (icc_profile != (StringInfo *) NULL)
516 ConcatenateStringInfo(icc_profile,profile);
1961 tag_length=strlen(ICC_PROFILE);
1963 (void) CopyMagickMemory(p,ICC_PROFILE,tag_length);