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

  /external/ImageMagick/MagickCore/
blob.h 46 FileToImage(Image *,const char *,ExceptionInfo *),
methods.h 323 #define FileToImage PrependMagickMethod(FileToImage)
    [all...]
blob.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>
92 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/blob_8c.html" id="FileToImage">FileToImage</a></h2>
94 <p>FileToImage() write the contents of a file to an image.</p>
96 <p>The format of the FileToImage method is:</p>
99 MagickBooleanType FileToImage(Image *,const char *filename)
  /external/ImageMagick/coders/
exr.c 566 (void) FileToImage(image,write_info->filename,exception);

Completed in 573 milliseconds