MagickCore  7.0.0
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 (ImageInfo *, Image *, const char *, ExceptionInfo *)
 
MagickExport char * RemoveImageProperty (Image *, const char *)
 
MagickExport const char * GetImageProperty (const Image *, const char *, ExceptionInfo *)
 
MagickExport const char * GetMagickProperty (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 ( ImageInfo ,
Image ,
const char *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType SetImageProperty ( Image ,
const char *  ,
const char *  ,
ExceptionInfo  
)

Definition at line 3608 of file property.c.

References AcquireImageInfo(), AddValueToSplayTree(), AllCompliance, _Image::background_color, _ChromaticityInfo::blue_primary, _Image::chromaticity, _Image::colorspace, CompareSplayTreeString(), _Image::compose, _Image::compression, ConstantString(), CopyMagickString(), _Image::debug, _Image::delay, DeleteImageProperty(), _Image::depth, DestroyImageInfo(), DestroyString(), _Image::dispose, _Image::filename, _ImageInfo::filename, FileToStringInfo(), _Image::gamma, GetMagickModule, GetPageGeometry(), _Image::gravity, GreaterValue, _ChromaticityInfo::green_primary, IfMagickTrue, _Image::intensity, _Image::interpolate, IssRGBColorspace(), _Image::iterations, LessValue, LocaleCompare(), LocaleNCompare(), LogMagickEvent(), _ImageInfo::magick, MagickColorspaceOptions, MagickComposeOptions, MagickCompressOptions, MagickDisposeOptions, MagickFalse, MagickGravityOptions, MagickIntentOptions, MagickInterpolateOptions, MagickResolutionOptions, MagickSignature, MagickTrue, MaxTextExtent, NewSplayTree(), OptionError, _Image::page, ParseAbsoluteGeometry(), ParseCommandOption(), ParseGeometry(), PerceptualIntent, _Image::properties, QueryColorCompliance(), _ChromaticityInfo::red_primary, RelinquishMagickMemory(), _Image::rendering_intent, ResetMagickMemory(), _Image::resolution, _GeometryInfo::rho, SetImageInfo(), SetImageProfile(), _GeometryInfo::sigma, SigmaValue, _Image::signature, StringToDouble(), StringToUnsignedLong(), ThrowMagickException(), _Image::ticks_per_second, _Image::tile_offset, TraceEvent, UndefinedIntent, _Image::units, _ChromaticityInfo::white_point, _PrimaryInfo::x, _PointInfo::x, _PrimaryInfo::y, _PointInfo::y, and _PrimaryInfo::z.

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