HomeSort by relevance Sort by last modified time
    Searched refs:ReadInlineImage (Results 1 - 5 of 5) sorted by null

  /external/ImageMagick/MagickCore/
constitute.h 34 *ReadInlineImage(const ImageInfo *,const char *,ExceptionInfo *);
constitute.c     [all...]
methods.h     [all...]
draw.c     [all...]
  /external/ImageMagick/coders/
inline.c 84 % ReadINLINEImage() reads base64-encoded inlines images.
86 % The format of the ReadINLINEImage method is:
88 % Image *ReadINLINEImage(const ImageInfo *image_info,
98 static Image *ReadINLINEImage(const ImageInfo *image_info,
140 data_image=ReadInlineImage(image_info,filename,exception);
182 image=ReadInlineImage(image_info,(char *) inline_image,exception);
217 entry->decoder=(DecodeImageHandler *) ReadINLINEImage;
222 entry->decoder=(DecodeImageHandler *) ReadINLINEImage;

Completed in 102 milliseconds