Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:profile

2431         if (LocaleCompare("profile",option+1) == 0)
2437 *profile;
2449 Remove a profile from the image.
2456 Associate a profile with the image.
2459 profile=GetImageProfile(*image,"iptc");
2460 if (profile != (StringInfo *) NULL)
2461 profile_info->profile=(void *) CloneStringInfo(profile);
2489 profile=GetImageProfile(profile_image,name);
2490 if (profile != (StringInfo *) NULL)
2491 (void) ProfileImage(*image,name,GetStringInfoDatum(profile),
2492 (size_t) GetStringInfoLength(profile),exception);
3496 "-clip clip along the first path from the 8BIM profile",
3498 "-clip-path id clip along a named path from the 8BIM profile",
3579 "-profile filename add, delete, or apply an image profile",
5751 if (LocaleCompare("profile",option+1) == 0)