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

  /external/ImageMagick/MagickCore/
blob.h 49 InjectImageBlob(const ImageInfo *,Image *,Image *,const char *,
methods.h     [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>
243 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/blob_8c.html" id="InjectImageBlob">InjectImageBlob</a></h2>
245 <p>InjectImageBlob() injects the image with a copy of itself in the specified format (e.g. inject JPEG into a PDF image).</p>
247 <p>The format of the InjectImageBlob method is:</p>
250 MagickBooleanType InjectImageBlob(const ImageInfo *image_info,
  /external/ImageMagick/coders/
pdf.c     [all...]
ps2.c 768 status=InjectImageBlob(image_info,image,image,"jpeg",exception);
867 status=InjectImageBlob(image_info,image,image,"jpeg",exception);
    [all...]
ps3.c     [all...]

Completed in 94 milliseconds