Home
last modified time | relevance | path

Searched refs:ImageToFile (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dblob.h66 ImageToFile(Image *,char *,ExceptionInfo *),
Dconstitute.c510 status=ImageToFile(image,read_info->filename,exception); in ReadImage()
1241 status=ImageToFile(image,write_info->filename,exception); in WriteImage()
Dmethods.h593 #define ImageToFile PrependMagickMethod(ImageToFile) macro
Dimage.c2974 status=ImageToFile(image,component,exception); in SetImageInfo()
Dblob.c2246 MagickExport MagickBooleanType ImageToFile(Image *image,char *filename, in ImageToFile() function
/external/ImageMagick/coders/
Dfax.c159 if (ImageToFile(image,filename,exception) == MagickFalse) in FaxReadG4()
Dttf.c257 (void) ImageToFile(image,draw_info->font,exception); in ReadTTFImage()
Dexr.c200 (void) ImageToFile(image,read_info->filename,exception); in ReadEXRImage()