/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 | 58 *BlobToImage(const ImageInfo *,const void *,const size_t,ExceptionInfo *),
|
methods.h | 111 #define BlobToImage PrependMagickMethod(BlobToImage) [all...] |
constitute.c | [all...] |
blob.c | 410 % BlobToImage() implements direct to memory image formats. It returns the 413 % The format of the BlobToImage method is: 415 % Image *BlobToImage(const ImageInfo *image_info,const void *blob, 430 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 | 209 thumbnail_image=BlobToImage(image_info,q,length,exception);
|
xtrn.c | 166 image=BlobToImage(clone_info,blob_data,blob_length,
|
ept.c | 257 image=BlobToImage(read_info,ept_info.postscript,ept_info.postscript_length, 262 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception);
|
clipboard.c | 204 image=BlobToImage(read_info,clip_data,total_size,exception);
|
jnx.c | 309 tile_image=BlobToImage(read_info,blob,tile_length+2,exception);
|
xpm.c | 705 affinity_image=BlobToImage(blob_info,Graymap,GraymapExtent,exception); 707 affinity_image=BlobToImage(blob_info,Colormap,ColormapExtent,exception); [all...] |
icon.c | 384 icon_image=BlobToImage(read_info,png,length+16,exception); [all...] |
pattern.c | [all...] |
wmf.c | 766 image=BlobToImage(image_info, (const void *) bmp_read->buffer, [all...] |
/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...] |