MagickCore  6.7.5
property.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MagickExport char * GetNextImageProperty (const Image *)
MagickExport char * InterpretImageProperties (const ImageInfo *, Image *, const char *, ExceptionInfo *)
MagickExport char * RemoveImageProperty (Image *, const char *)
MagickExport const char * GetImageProperty (const Image *, const char *, ExceptionInfo *)
MagickExport const char * GetMagickProperty (const ImageInfo *, Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType CloneImageProperties (Image *, const Image *)
MagickExport MagickBooleanType DefineImageProperty (Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType DeleteImageProperty (Image *, const char *)
MagickExport MagickBooleanType FormatImageProperty (Image *, const char *, const char *,...) magick_attribute((format(printf
MagickExport MagickBooleanType SetImageProperty (Image *, const char *, const char *, ExceptionInfo *)
MagickExport void DestroyImageProperties (Image *)
MagickExport void ResetImagePropertyIterator (const Image *)

Function Documentation

MagickExport MagickBooleanType CloneImageProperties ( Image ,
const Image  
)
MagickExport MagickBooleanType DefineImageProperty ( Image ,
const char *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType DeleteImageProperty ( Image ,
const char *   
)
MagickExport void DestroyImageProperties ( Image )
MagickExport MagickBooleanType FormatImageProperty ( Image ,
const char *  ,
const char *  ,
  ... 
)
MagickExport const char* GetImageProperty ( const Image ,
const char *  ,
ExceptionInfo  
)
MagickExport char* GetNextImageProperty ( const Image )
MagickExport char * InterpretImageProperties ( const ImageInfo ,
Image ,
const char *  ,
ExceptionInfo  
)
MagickExport char * RemoveImageProperty ( Image ,
const char *   
)
MagickExport void ResetImagePropertyIterator ( const Image )
MagickExport MagickBooleanType SetImageProperty ( Image ,
const char *  ,
const char *  ,
ExceptionInfo  
)

Definition at line 3184 of file property.c.

References _Image::signature, MagickSignature, _Image::debug, MagickFalse, LogMagickEvent(), TraceEvent, GetMagickModule, _Image::filename, _Image::properties, NewSplayTree(), CompareSplayTreeString(), RelinquishMagickMemory(), DeleteImageProperty(), MagickTrue, LocaleCompare(), QueryColorCompliance(), AllCompliance, _Image::background_color, _Image::bias, StringToDoubleInterval(), QuantumRange, AddValueToSplayTree(), ConstantString(), ParseCommandOption(), MagickColorspaceOptions, SetImageColorspace(), MagickComposeOptions, _Image::compose, MagickCompressOptions, _Image::compression, ParseGeometry(), GreaterValue, _Image::delay, _GeometryInfo::rho, LessValue, _Image::ticks_per_second, _GeometryInfo::sigma, SigmaValue, _Image::resolution, _PointInfo::x, _PointInfo::y, _Image::depth, StringToUnsignedLong(), MagickDisposeOptions, _Image::dispose, MagickGravityOptions, _Image::gravity, MagickIntentOptions, _Image::rendering_intent, MagickInterpolateOptions, _Image::interpolate, _Image::iterations, GetPageGeometry(), ParseAbsoluteGeometry(), _Image::page, DestroyString(), AcquireImageInfo(), CopyMagickString(), _ImageInfo::filename, MaxTextExtent, SetImageInfo(), FileToStringInfo(), SetImageProfile(), _ImageInfo::magick, DestroyImageInfo(), _Image::tile_offset, MagickResolutionOptions, and _Image::units.

Referenced by ReadImage(), PreviewImage(), DefineImageProperty(), FormatImageProperty(), GetIPTCProperty(), Get8BIMProperty(), GetEXIFProperty(), GetImageProperty(), ThumbnailImage(), and SignatureImage().