Home | History | Annotate | Download | only in MagickWand

Lines Matching full:profile_info

2382     *profile_info;
2391 profile_info=AcquireStringInfo((size_t) length);
2392 SetStringInfoDatum(profile_info,(unsigned char *) profile);
2393 status=SetImageProfile(wand->images,name,profile_info,wand->exception);
2394 profile_info=DestroyStringInfo(profile_info);