OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefineImageProperty
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickCore/
property.h
37
DefineImageProperty
(Image *,const char *,ExceptionInfo *),
methods.h
228
#define
DefineImageProperty
PrependMagickMethod(
DefineImageProperty
)
[
all
...]
property.c
217
%
DefineImageProperty
() associates an assignment string of the form
221
% The format of the
DefineImageProperty
method is:
223
% MagickBooleanType
DefineImageProperty
(Image *image,const char *property,
235
MagickExport MagickBooleanType
DefineImageProperty
(Image *image,
[
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>
84
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="
DefineImageProperty
">
DefineImageProperty
</a></h2>
86
<p>
DefineImageProperty
() associates an assignment string of the form "key=value" with an artifact or options. It is equivelent to SetImageProperty()</p>
88
<p>The format of the
DefineImageProperty
method is:</p>
91
MagickBooleanType
DefineImageProperty
(Image *image,const char *property,
Completed in 43 milliseconds