/external/ImageMagick/PerlMagick/t/ |
blob.t | 31 $image->BlobToImage( @blob );
|
subroutines.pl | 249 $status=$image->BlobToImage( $blob ); 252 print "BlobToImage $infile: $status\n"; 260 print "BlobToImage()\n"; [all...] |
/external/ImageMagick/MagickCore/ |
blob.h | 41 *BlobToImage(const ImageInfo *,const void *,const size_t,ExceptionInfo *),
|
constitute.c | [all...] |
methods.h | 126 #define BlobToImage PrependMagickMethod(BlobToImage) [all...] |
blob.c | 306 % BlobToImage() implements direct to memory image formats. It returns the 309 % The format of the BlobToImage method is: 311 % Image *BlobToImage(const ImageInfo *image_info,const void *blob, 326 MagickExport Image *BlobToImage(const ImageInfo *image_info,const void *blob, [all...] |
image.c | 744 clip_mask=BlobToImage(image_info,value,strlen(value),exception); [all...] |
/external/ImageMagick/coders/ |
thumbnail.c | 207 thumbnail_image=BlobToImage(image_info,GetStringInfoDatum(profile)+offset+i-2,
|
ept.c | 239 image=BlobToImage(read_info,ept_info.postscript,ept_info.postscript_length, 244 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception);
|
xtrn.c | 179 image=BlobToImage(clone_info,*blob_data,*blob_length,exception); 222 image=BlobToImage(clone_info,blob_data,blob_length,
|
jnx.c | 305 tile_image=BlobToImage(read_info,blob,tile_length+2,exception);
|
xpm.c | 694 affinity_image=BlobToImage(blob_info,Graymap,GraymapExtent,exception); 696 affinity_image=BlobToImage(blob_info,Colormap,ColormapExtent,exception); [all...] |
icon.c | 376 icon_image=BlobToImage(read_info,png,length+16,exception); [all...] |
pattern.c | [all...] |
wmf.c | 764 image=BlobToImage(image_info, (const void *) bmp_read->buffer, [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> 57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/blob_8c.html" id="BlobToImage">BlobToImage</a></h2> 59 <p>BlobToImage() implements direct to memory image formats. It returns the blob as an image.</p> 61 <p>The format of the BlobToImage method is:</p> 64 Image *BlobToImage(const ImageInfo *image_info,const void *blob,
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Include.h | [all...] |
STL.h | [all...] |
/external/ImageMagick/tests/ |
validate.c | [all...] |
/external/ImageMagick/PerlMagick/ |
Magick.xs | [all...] |
/external/ImageMagick/PerlMagick/quantum/ |
quantum.xs.in | [all...] |
/external/ImageMagick/Magick++/lib/ |
Image.cpp | [all...] |
/external/ImageMagick/MagickWand/ |
magick-image.c | [all...] |