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

  /external/ImageMagick/MagickCore/
blob.h 48 ImageToFile(Image *,char *,ExceptionInfo *),
constitute.c 470 status=ImageToFile(image,read_info->filename,exception);
    [all...]
methods.h     [all...]
blob.c     [all...]
image.c     [all...]
  /external/ImageMagick/www/api/
blob.php 55 <p class="text-center"><a href="blob.php#BlobToImage">BlobToImage</a> &bull; <a href="blob.php#FileToImage">FileToImage</a> &bull; <a href="blob.php#GetBlobProperties">GetBlobProperties</a> &bull; <a href="blob.php#ImageToBlob">ImageToBlob</a> &bull; <a href="blob.php#ImageToFile">ImageToFile</a> &bull; <a href="blob.php#ImagesToBlob">ImagesToBlob</a> &bull; <a href="blob.php#InjectImageBlob">InjectImageBlob</a></p>
175 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/blob_8c.html" id="ImageToFile">ImageToFile</a></h2>
177 <p>ImageToFile() writes an image to a file. It returns MagickFalse if an error occurs otherwise MagickTrue.</p>
179 <p>The format of the ImageToFile method is:</p>
182 MagickBooleanType ImageToFile(Image *image,char *filename,
  /external/ImageMagick/coders/
fax.c 163 if (ImageToFile(image,filename,exception) == MagickFalse)
exr.c 193 (void) ImageToFile(image,read_info->filename,exception);

Completed in 136 milliseconds