Searched defs:GetNextImageProfile (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dprofile.c284 % GetNextImageProfile() gets the next profile name for an image.
286 % The format of the GetNextImageProfile method is:
288 % char *GetNextImageProfile(const Image *image)
295 MagickExport char *GetNextImageProfile(const Image *image)
794 for (next=GetNextImageProfile(image); next != (const char *) NULL; )
801 next=GetNextImageProfile(image);
1300 % conjunction with GetNextImageProfile() to iterate over all the profiles
287 MagickExport char *GetNextImageProfile(const Image *image) function
H A Dmethods.h525 #define GetNextImageProfile PrependMagickMethod(GetNextImageProfile) macro

Completed in 165 milliseconds