/external/ImageMagick/coders/ |
tile.c | 113 SetImageInfoBlob(read_info,(void *) NULL,0);
|
clip.c | 113 SetImageInfoBlob(read_info,(void *) NULL,0);
|
dot.c | 136 SetImageInfoBlob(read_info,(void *) NULL,0);
|
gradient.c | 127 SetImageInfoBlob(read_info,(void *) NULL,0);
|
mask.c | 115 SetImageInfoBlob(read_info,(void *) NULL,0);
|
plasma.c | 150 SetImageInfoBlob(read_info,(void *) NULL,0);
|
pwp.c | 182 SetImageInfoBlob(read_info,(void *) NULL,0);
|
stegano.c | 147 SetImageInfoBlob(read_info,(void *) NULL,0);
|
url.c | 153 SetImageInfoBlob(read_info,(void *) NULL,0);
|
fax.c | 168 SetImageInfoBlob(read_info,(void *) NULL,0);
|
pes.c | 663 SetImageInfoBlob(read_info,(void *) NULL,0);
|
vid.c | 159 SetImageInfoBlob(read_info,(void *) NULL,0);
|
cals.c | 269 SetImageInfoBlob(read_info,(void *) NULL,0);
|
dng.c | 132 SetImageInfoBlob(read_info,(void *) NULL,0);
|
sfw.c | 310 SetImageInfoBlob(read_info,(void *) NULL,0);
|
txt.c | 257 SetImageInfoBlob(read_info,(void *) NULL,0);
|
pict.c | [all...] |
wmf.c | 224 SetImageInfoBlob(read_info,(void *) NULL,0); [all...] |
dcm.c | [all...] |
/external/ImageMagick/MagickCore/ |
image.h | 561 SetImageInfoBlob(ImageInfo *,const void *,const size_t),
|
methods.h | [all...] |
image.c | [all...] |
/external/ImageMagick/www/api/ |
image.php | 55 <p class="text-center"><a href="image.php#AcquireImage">AcquireImage</a> • <a href="image.php#AcquireImageInfo">AcquireImageInfo</a> • <a href="image.php#AcquireNextImage">AcquireNextImage</a> • <a href="image.php#AppendImages">AppendImages</a> • <a href="image.php#CatchImageException">CatchImageException</a> • <a href="image.php#ClipImagePath">ClipImagePath</a> • <a href="image.php#CloneImage">CloneImage</a> • <a href="image.php#CloneImageInfo">CloneImageInfo</a> • <a href="image.php#CopyImagePixels">CopyImagePixels</a> • <a href="image.php#DestroyImage">DestroyImage</a> • <a href="image.php#DestroyImageInfo">DestroyImageInfo</a> • <a href="image.php#GetImageInfo">GetImageInfo</a> • <a href="image.php#GetImageInfoFile">GetImageInfoFile</a> • <a href="image.php#GetImageMask">GetImageMask</a> • <a href="image.php#GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a> • <a href="image.php#InterpretImageFilename">InterpretImageFilename</a> • <a href="image.php#IsHighDynamicRangeImage">IsHighDynamicRangeImage</a> • <a href="image.php#IsImageObject">IsImageObject</a> • <a href="image.php#IsTaintImage">IsTaintImage</a> • <a href="image.php#ModifyImage">ModifyImage</a> • <a href="image.php#NewMagickImage">NewMagickImage</a> • <a href="image.php#ReferenceImage">ReferenceImage</a> • <a href="image.php#ResetImagePage">ResetImagePage</a> • <a href="image.php#SetImageBackgroundColor">SetImageBackgroundColor</a> • <a href="image.php#SetImageChannelMask">SetImageChannelMask</a> • <a href="image.php#SetImageColor">SetImageColor</a> • <a href="image.php#SetImageStorageClass">SetImageStorageClass</a> • <a href="image.php#SetImageExtent">SetImageExtent</a> • <a href="image.php#SetImageInfoBlob">SetImageInfoBlob</a> • <a href="image.php#SetImageInfoFile">SetImageInfoFile</a> • <a href="image.php#SetImageMask">SetImageMask</a> • <a href="image.php#SetImageAlpha">SetImageAlpha</a> • <a href="image.php#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a> • <a href="image.php#SmushImages">SmushImages</a> • <a href="image.php#StripImage">StripImage</a> • <a href="image.php#SyncImageSettings">SyncImageSettings</a></p> 817 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image_8c.html" id="SetImageInfoBlob">SetImageInfoBlob</a></h2> 819 <p>SetImageInfoBlob() sets the image info blob member.</p> 821 <p>The format of the SetImageInfoBlob method is:</p> 824 void SetImageInfoBlob(ImageInfo *image_info,const void *blob,
|
/external/ImageMagick/MagickWand/ |
magick-image.c | [all...] |
/external/ImageMagick/PerlMagick/ |
Magick.xs | [all...] |