MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
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 * InterpretImageProperties (ImageInfo *, Image *, const char *, ExceptionInfo *)
 
MagickExport char * RemoveImageProperty (Image *, const char *)
 
MagickExport const char * GetNextImageProperty (const Image *)
 
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

◆ CloneImageProperties()

MagickExport MagickBooleanType CloneImageProperties ( Image ,
const Image  
)

◆ DefineImageProperty()

MagickExport MagickBooleanType DefineImageProperty ( Image ,
const char *  ,
ExceptionInfo  
)

◆ DeleteImageProperty()

MagickExport MagickBooleanType DeleteImageProperty ( Image ,
const char *   
)

◆ DestroyImageProperties()

MagickExport void DestroyImageProperties ( Image )

◆ FormatImageProperty()

MagickExport MagickBooleanType FormatImageProperty ( Image ,
const char *  ,
const char *  ,
  ... 
)

◆ GetImageProperty()

MagickExport const char * GetImageProperty ( const Image ,
const char *  ,
ExceptionInfo  
)

◆ GetMagickProperty()

MagickExport const char * GetMagickProperty ( ImageInfo image_info,
Image image,
const char *  property,
ExceptionInfo exception 
)

Definition at line 2846 of file property.c.

References AcquireString(), _Image::alpha_trait, BasePath, _Image::colors, _Image::colorspace, _Image::columns, CommandOptionToMnemonic(), _Image::compose, _Image::compression, ConcatenateMagickString(), ConcatenateString(), CopyMagickString(), _Image::depth, DestroyString(), ExtensionPath, _Image::filename, _ImageInfo::filename, FormatLocaleString(), FormatMagickSize(), _Image::gamma, GetBlobSize(), GetImageArtifact(), GetImageBoundingBox(), GetImageConvexHull(), GetImageDepth(), GetImageEntropy(), GetImageKurtosis(), GetImageListLength(), GetImageMean(), GetImageMedian(), GetImageMinimumBoundingBox(), GetImageOption(), GetImageProfile(), GetImageProperty(), GetImageRange(), GetMagickCopyright(), GetMagickModule, GetMagickPrecision(), GetMagickPropertyLetter(), GetMagickVersion(), GetNextImageProfile(), GetNumberColors(), GetPageGeometry(), GetPathComponent(), GetStringInfoDatum(), GetStringInfoLength(), HeadPath, _RectangleInfo::height, IdentifyImageType(), _Image::interlace, IsEventLogging(), IsImageOpaque(), LocaleCompare(), LocaleLower(), LocaleNCompare(), LogMagickEvent(), _Image::magick, _Image::magick_columns, _Image::magick_filename, _Image::magick_rows, MagickBooleanOptions, MagickColorspaceOptions, MagickComposeOptions, MagickCompressOptions, MagickFalse, MagickInterlaceOptions, MagickOrientationOptions, MagickPathExtent, MagickResolutionOptions, MagickTypeOptions, _ImageInfo::number_scenes, _Image::orientation, _Image::page, ParseAbsoluteGeometry(), PerceptibleReciprocal(), _Image::quality, RelinquishMagickMemory(), ResetImageProfileIterator(), _Image::resolution, _Image::rows, _Image::scene, _ImageInfo::scene, SetImageArtifact(), SetImageOption(), SetImageProperty(), TraceEvent, UndefinedPixelTrait, _ImageInfo::unique, _Image::units, WarnNoImageInfoReturn, WarnNoImageReturn, _RectangleInfo::width, _PointInfo::x, _RectangleInfo::x, _PointInfo::y, and _RectangleInfo::y.

Referenced by InterpretImageProperties().

◆ GetNextImageProperty()

MagickExport const char * GetNextImageProperty ( const Image )

◆ InterpretImageProperties()

MagickExport char * InterpretImageProperties ( ImageInfo ,
Image ,
const char *  ,
ExceptionInfo  
)

◆ RemoveImageProperty()

MagickExport char * RemoveImageProperty ( Image image,
const char *  property 
)

◆ ResetImagePropertyIterator()

◆ SetImageProperty()

MagickExport MagickBooleanType SetImageProperty ( Image image,
const char *  property,
const char *  value,
ExceptionInfo exception 
)

Definition at line 4360 of file property.c.

References AcquireImageInfo(), AddValueToSplayTree(), AllCompliance, _Image::background_color, CastDoubleToLong(), CompareSplayTreeString(), _Image::compose, _Image::compression, ConstantString(), CopyMagickString(), _Image::delay, DeleteImageProperty(), _Image::depth, DestroyImageInfo(), DestroyString(), DestroyStringInfo(), _Image::dispose, _Image::filename, _ImageInfo::filename, FileToStringInfo(), _Image::gamma, GetMagickModule, GetPageGeometry(), _Image::gravity, GreaterValue, _Image::intensity, _Image::interpolate, IsEventLogging(), _Image::iterations, LessValue, LocaleCompare(), LocaleNCompare(), LogMagickEvent(), _ImageInfo::magick, MagickColorspaceOptions, MagickComposeOptions, MagickCompressOptions, MagickCoreSignature, MagickDisposeOptions, MagickFalse, MagickGravityOptions, MagickIntensityOptions, MagickIntentOptions, MagickInterpolateOptions, MagickPathExtent, MagickResolutionOptions, MagickTrue, MagickTypeOptions, NewSplayTree(), OptionError, OptionWarning, _Image::page, ParseAbsoluteGeometry(), ParseCommandOption(), ParseGeometry(), _Image::properties, QueryColorCompliance(), RelinquishMagickMemory(), _Image::rendering_intent, _Image::resolution, _GeometryInfo::rho, RhoValue, SetImageColorspace(), SetImageInfo(), SetImageProfile(), _GeometryInfo::sigma, SigmaValue, _Image::signature, StringToDouble(), StringToUnsignedLong(), ThrowMagickException(), _Image::ticks_per_second, _Image::tile_offset, TraceEvent, _Image::type, _Image::units, _PointInfo::x, and _PointInfo::y.

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