OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBlobProperties
(Results
1 - 6
of
6
) sorted by null
/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>
118
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/blob_8c.html" id="
GetBlobProperties
">
GetBlobProperties
</a></h2>
120
<p>
GetBlobProperties
() returns information about an image blob.</p>
122
<p>The format of the
GetBlobProperties
method is:</p>
125
const struct stat *
GetBlobProperties
(const Image *image)
/external/ImageMagick/MagickCore/
blob-private.h
69
*
GetBlobProperties
(const Image *);
constitute.c
727
(void) FormatMagickTime(
GetBlobProperties
(next)->st_mtime,MagickPathExtent,
730
(void) FormatMagickTime(
GetBlobProperties
(next)->st_ctime,MagickPathExtent,
[
all
...]
methods.h
370
#define
GetBlobProperties
PrependMagickMethod(
GetBlobProperties
)
[
all
...]
blob.c
[
all
...]
/external/ImageMagick/MagickWand/
mogrify.c
[
all
...]
Completed in 387 milliseconds