OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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> • <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>
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 84 milliseconds