OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatImageProperty
(Results
1 - 9
of
9
) sorted by null
/external/ImageMagick/MagickCore/
property.h
39
FormatImageProperty
(Image *,const char *,const char *,...)
methods.h
336
#define
FormatImageProperty
PrependMagickMethod(
FormatImageProperty
)
[
all
...]
compare.c
[
all
...]
property.c
342
%
FormatImageProperty
() permits formatted property/value pairs to be saved as
345
% The format of the
FormatImageProperty
method is:
347
% MagickBooleanType
FormatImageProperty
(Image *image,const char *property,
360
MagickExport MagickBooleanType
FormatImageProperty
(Image *image,
[
all
...]
/external/ImageMagick/coders/
dpx.c
733
(void)
FormatImageProperty
(image,"dpx:file.version","%.8s",dpx.file.version);
739
(void)
FormatImageProperty
(image,"dpx:file.ditto.key","%u",
749
(void)
FormatImageProperty
(image,"dpx:file.filename","%.100s",
751
(void)
FormatImageProperty
(image,"document","%.100s",dpx.file.filename);
755
(void)
FormatImageProperty
(image,"dpx:file.timestamp","%.24s",
761
(void)
FormatImageProperty
(image,"dpx:file.creator","%.100s",
763
(void)
FormatImageProperty
(image,"software","%.100s",dpx.file.creator);
769
(void)
FormatImageProperty
(image,"dpx:file.project","%.200s",
771
(void)
FormatImageProperty
(image,"comment","%.100s",dpx.file.project);
777
(void)
FormatImageProperty
(image,"dpx:file.copyright","%.200s"
[
all
...]
jnx.c
312
(void)
FormatImageProperty
(tile_image,"jnx:northeast","%.20g,%.20g",
314
(void)
FormatImageProperty
(tile_image,"jnx:southwest","%.20g,%.20g",
cin.c
493
(void)
FormatImageProperty
(image,"dpx:image.orientation","%d",
595
(void)
FormatImageProperty
(image,"dpx:origination.x_offset","%.20g",
600
(void)
FormatImageProperty
(image,"dpx:origination.y_offset","%.20g",
658
(void)
FormatImageProperty
(image,"dpx:film.id","%d",cin.film.id);
663
(void)
FormatImageProperty
(image,"dpx:film.type","%d",cin.film.type);
668
(void)
FormatImageProperty
(image,"dpx:film.offset","%d",
675
(void)
FormatImageProperty
(image,"dpx:film.prefix","%.20g",(double)
686
(void)
FormatImageProperty
(image,"dpx:film.frame_position","%.20g",
691
(void)
FormatImageProperty
(image,"dpx:film.frame_rate","%g",
[
all
...]
msl.c
[
all
...]
/external/ImageMagick/www/api/
property.php
55
<p class="text-center"><a href="property.php#CloneImageProperties">CloneImageProperties</a> • <a href="property.php#DefineImageProperty">DefineImageProperty</a> • <a href="property.php#DeleteImageProperty">DeleteImageProperty</a> • <a href="property.php#DestroyImageProperties">DestroyImageProperties</a> • <a href="property.php#
FormatImageProperty
">
FormatImageProperty
</a> • <a href="property.php#GetImageProperty">GetImageProperty</a> • <a href="property.php#GetNextImageProperty">GetNextImageProperty</a> • <a href="property.php#InterpretImageProperties">InterpretImageProperties</a> • <a href="property.php#(void) LogMagickEvent(TraceEvent,GetMagickModule">(void) LogMagickEvent(TraceEvent,GetMagickModule</a> • <a href="property.php#RemoveImageProperty">RemoveImageProperty</a> • <a href="property.php#ResetImagePropertyIterator">ResetImagePropertyIterator</a> • <a href="property.php#SetImageProperty">SetImageProperty</a></p>
163
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="
FormatImageProperty
">
FormatImageProperty
</a></h2>
165
<p>
FormatImageProperty
() permits formatted property/value pairs to be saved as an image property.</p>
167
<p>The format of the
FormatImageProperty
method is:</p>
170
MagickBooleanType
FormatImageProperty
(Image *image,const char *property,
Completed in 2186 milliseconds