Lines Matching refs:GetNextImageProfile
321 % GetNextImageProfile() gets the next profile name for an image.
323 % The format of the GetNextImageProfile method is:
325 % char *GetNextImageProfile(const Image *image)
332 MagickExport char *GetNextImageProfile(const Image *image)
832 for (next=GetNextImageProfile(image); next != (const char *) NULL; )
839 next=GetNextImageProfile(image);
1365 % conjunction with GetNextImageProfile() to iterate over all the profiles