Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:GetNextImageProperty

3195 %  GetNextImageProperty() gets the next free-form string property name.
3197 % The format of the GetNextImageProperty method is:
3199 % char *GetNextImageProperty(const Image *image)
3206 MagickExport const char *GetNextImageProperty(const Image *image)
3727 while ((key=GetNextImageProperty(image)) != (const char *) NULL)
3770 while ((key=GetNextImageProperty(image)) != (const char *) NULL)
3894 % in conjunction with GetNextImageProperty() to iterate over all the values