OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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> • <a href="blob.php#FileToImage">FileToImage</a> • <a href="blob.php#GetBlobProperties">GetBlobProperties</a> • <a href="blob.php#ImageToBlob">ImageToBlob</a> • <a href="blob.php#
ImageToFile
">
ImageToFile
</a> • <a href="blob.php#ImagesToBlob">ImagesToBlob</a> • <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 61 milliseconds