![]() |
![]() |
![]() |
#include <Options.h>
Collaboration diagram for Magick::Options:

Public Member Functions | |
| Options (void) | |
| Options (const Options &options_) | |
| ~Options () | |
| void | antiAlias (bool flag_) |
| bool | antiAlias (void) const |
| void | adjoin (bool flag_) |
| bool | adjoin (void) const |
| void | backgroundColor (const Color &color_) |
| Color | backgroundColor (void) const |
| void | backgroundTexture (const std::string &backgroundTexture_) |
| std::string | backgroundTexture (void) const |
| void | borderColor (const Color &color_) |
| Color | borderColor (void) const |
| void | boxColor (const Color &boxColor_) |
| Color | boxColor (void) const |
| void | colorFuzz (double fuzz_) |
| double | colorFuzz (void) const |
| void | compressType (CompressionType compressType_) |
| CompressionType | compressType (void) const |
| void | debug (bool flag_) |
| bool | debug (void) const |
| void | density (const Geometry &geomery_) |
| Geometry | density (void) const |
| void | depth (unsigned int depth_) |
| unsigned int | depth (void) const |
| void | endian (EndianType endian_) |
| EndianType | endian (void) const |
| void | fileName (const std::string &fileName_) |
| std::string | fileName (void) const |
| void | fillColor (const Color &fillColor_) |
| Color | fillColor (void) const |
| void | fillPattern (const MagickLib::Image *fillPattern_) |
| const MagickLib::Image * | fillPattern (void) const |
| void | fillRule (const FillRule &fillRule_) |
| FillRule | fillRule (void) const |
| void | font (const std::string &font_) |
| std::string | font (void) const |
| void | fontPointsize (double pointSize_) |
| double | fontPointsize (void) const |
| std::string | format (void) const |
| void | interlaceType (InterlaceType interlace_) |
| InterlaceType | interlaceType (void) const |
| void | magick (const std::string &magick_) |
| std::string | magick (void) const |
| void | matteColor (const Color &matteColor_) |
| Color | matteColor (void) const |
| void | monochrome (bool monochromeFlag_) |
| bool | monochrome (void) const |
| void | page (const Geometry &pageSize_) |
| Geometry | page (void) const |
| void | quality (unsigned int quality_) |
| unsigned int | quality (void) const |
| void | quantizeColors (unsigned int colors_) |
| unsigned int | quantizeColors (void) const |
| void | quantizeColorSpace (ColorspaceType colorSpace_) |
| ColorspaceType | quantizeColorSpace (void) const |
| void | quantizeDither (bool ditherFlag_) |
| bool | quantizeDither (void) const |
| void | quantizeTreeDepth (unsigned int treeDepth_) |
| unsigned int | quantizeTreeDepth (void) const |
| void | resolutionUnits (ResolutionType resolutionUnits_) |
| ResolutionType | resolutionUnits (void) const |
| void | size (const Geometry &geometry_) |
| Geometry | size (void) const |
| void | strokeAntiAlias (bool flag_) |
| bool | strokeAntiAlias (void) const |
| void | strokeColor (const Color &strokeColor_) |
| Color | strokeColor (void) const |
| void | strokeDashArray (const double *strokeDashArray_) |
| const double * | strokeDashArray (void) const |
| void | strokeDashOffset (double strokeDashOffset_) |
| double | strokeDashOffset (void) const |
| void | strokeLineCap (LineCap lineCap_) |
| LineCap | strokeLineCap (void) const |
| void | strokeLineJoin (LineJoin lineJoin_) |
| LineJoin | strokeLineJoin (void) const |
| void | strokeMiterLimit (unsigned int miterLimit_) |
| unsigned int | strokeMiterLimit (void) const |
| void | strokePattern (const MagickLib::Image *strokePattern_) |
| const MagickLib::Image * | strokePattern (void) const |
| void | strokeWidth (double strokeWidth_) |
| double | strokeWidth (void) const |
| void | subImage (unsigned int subImage_) |
| unsigned int | subImage (void) const |
| void | subRange (unsigned int subRange_) |
| unsigned int | subRange (void) const |
| void | textEncoding (const std::string &encoding_) |
| std::string | textEncoding (void) const |
| void | tileName (const std::string &tileName_) |
| std::string | tileName (void) const |
| void | type (const ImageType type_) |
| ImageType | type (void) const |
| void | transformOrigin (double tx_, double ty_) |
| void | transformReset (void) |
| void | transformRotation (double angle_) |
| void | transformScale (double sx_, double sy_) |
| void | transformSkewX (double skewx_) |
| void | transformSkewY (double skewy_) |
| void | verbose (bool verboseFlag_) |
| bool | verbose (void) const |
| void | view (const std::string &view_) |
| std::string | view (void) const |
| void | x11Display (const std::string &display_) |
| std::string | x11Display (void) const |
| MagickLib::DrawInfo * | drawInfo (void) |
| MagickLib::ImageInfo * | imageInfo (void) |
| MagickLib::QuantizeInfo * | quantizeInfo (void) |
| Options (const MagickLib::ImageInfo *imageInfo_, const MagickLib::QuantizeInfo *quantizeInfo_, const MagickLib::DrawInfo *drawInfo_) | |
Private Member Functions | |
| Options & | operator= (const Options &) |
Private Attributes | |
| MagickLib::ImageInfo * | _imageInfo |
| MagickLib::QuantizeInfo * | _quantizeInfo |
| MagickLib::DrawInfo * | _drawInfo |
|
|
Definition at line 22 of file Options.cpp. References _drawInfo, _imageInfo, _quantizeInfo, AcquireMagickMemory(), DrawInfo, GetDrawInfo(), GetImageInfo(), GetQuantizeInfo(), ImageInfo, and QuantizeInfo.
Here is the call graph for this function: ![]() |
|
|
Definition at line 38 of file Options.cpp. References CloneDrawInfo(), CloneImageInfo(), and CloneQuantizeInfo().
Here is the call graph for this function: ![]() |
|
|
Definition at line 59 of file Options.cpp. References _drawInfo, _imageInfo, _quantizeInfo, DestroyDrawInfo(), DestroyImageInfo(), and DestroyQuantizeInfo().
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 46 of file Options.cpp. References _drawInfo, _imageInfo, _quantizeInfo, CloneDrawInfo(), CloneImageInfo(), and CloneQuantizeInfo().
Here is the call graph for this function: ![]() |
|
|
Definition at line 95 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 90 of file Options.cpp. References _imageInfo, MagickFalse, and MagickTrue. Referenced by Magick::Image::adjoin().
|
|
|
Definition at line 85 of file Options.cpp. References _drawInfo.
|
|
|
Definition at line 80 of file Options.cpp. References _drawInfo, MagickFalse, and MagickTrue. Referenced by Magick::Image::antiAlias().
|
|
|
Definition at line 104 of file Options.cpp. References _imageInfo, and Magick::Color.
|
|
|
Definition at line 100 of file Options.cpp. References _imageInfo. Referenced by Magick::Image::backgroundColor().
|
|
|
Definition at line 116 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 109 of file Options.cpp. References _imageInfo, Magick::CloneString(), and RelinquishMagickMemory(). Referenced by Magick::Image::backgroundTexture().
Here is the call graph for this function: ![]() |
|
|
Definition at line 129 of file Options.cpp. References _imageInfo, and Magick::Color.
|
|
|
Definition at line 124 of file Options.cpp. References _drawInfo, and _imageInfo. Referenced by Magick::Image::borderColor().
|
|
|
Definition at line 139 of file Options.cpp. References _drawInfo, and Magick::Color.
|
|
|
Definition at line 135 of file Options.cpp. References _drawInfo. Referenced by Magick::Image::boxColor().
|
|
|
Definition at line 157 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 153 of file Options.cpp. References _imageInfo. Referenced by Magick::Image::colorFuzz().
|
|
|
Definition at line 148 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 144 of file Options.cpp. References _imageInfo. Referenced by Magick::Image::compressType().
|
|
|
Definition at line 174 of file Options.cpp. References IsEventLogging().
Here is the call graph for this function: ![]() |
|
|
Definition at line 163 of file Options.cpp. References SetLogEventMask(). Referenced by Magick::Image::debug().
Here is the call graph for this function: ![]() |
|
|
Definition at line 190 of file Options.cpp. References _imageInfo, and Magick::Geometry.
|
|
|
Definition at line 183 of file Options.cpp. References _imageInfo, Magick::CloneString(), Magick::Geometry::isValid(), and RelinquishMagickMemory(). Referenced by Magick::Image::density().
Here is the call graph for this function: ![]() |
|
|
Definition at line 202 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 198 of file Options.cpp. References _imageInfo. Referenced by Magick::Image::depth(), and Magick::Image::modulusDepth().
|
|
|
Definition at line 803 of file Options.cpp. References _drawInfo. Referenced by Magick::Image::annotate(), and Magick::Image::fontTypeMetrics().
|
|
|
Definition at line 213 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 209 of file Options.cpp. References _imageInfo. Referenced by Magick::Image::endian().
|
|
|
Definition at line 223 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 218 of file Options.cpp. References _imageInfo, and MaxTextExtent. Referenced by Magick::Image::fileName(), Magick::Image::ping(), and Magick::Image::read().
|
|
|
Definition at line 233 of file Options.cpp. References _drawInfo.
|
|
|
Definition at line 229 of file Options.cpp. References _drawInfo. Referenced by Magick::Image::fillColor(), and Magick::Image::penColor().
|
|
|
Definition at line 260 of file Options.cpp. References _drawInfo.
|
|
|
Definition at line 239 of file Options.cpp. References _drawInfo, CloneImage(), DestroyImageList(), ExceptionInfo, GetExceptionInfo(), MagickTrue, and Magick::throwException(). Referenced by Magick::Image::fillPattern(), Magick::Image::floodFillTexture(), and Magick::Image::penTexture().
Here is the call graph for this function: ![]() |
|
|
Definition at line 270 of file Options.cpp. References _drawInfo.
|
|
|
Definition at line 266 of file Options.cpp. References _drawInfo. Referenced by Magick::Image::fillRule().
|
|
|
Definition at line 288 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 275 of file Options.cpp. References _drawInfo, _imageInfo, Magick::CloneString(), and RelinquishMagickMemory(). Referenced by Magick::Image::font().
Here is the call graph for this function: ![]() |
|
|
Definition at line 301 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 296 of file Options.cpp. References _drawInfo, and _imageInfo. Referenced by Magick::Image::fontPointsize().
|
|
|
Definition at line 306 of file Options.cpp. References _imageInfo, _MagickInfo::description, GetExceptionInfo(), GetMagickInfo(), and MagickInfo.
Here is the call graph for this function: ![]() |
|
|
Definition at line 808 of file Options.cpp. References _imageInfo. Referenced by Magick::ImageRef::ImageRef().
|
|
|
Definition at line 326 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 322 of file Options.cpp. References _imageInfo. Referenced by Magick::Image::interlaceType().
|
|
|
Definition at line 343 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 331 of file Options.cpp. References _imageInfo, FormatString(), GetExceptionInfo(), MagickTrue, OptionWarning, SetImageInfo(), and Magick::throwExceptionExplicit(). Referenced by Magick::Image::magick().
Here is the call graph for this function: ![]() |
|
|
Definition at line 355 of file Options.cpp. References _imageInfo, and Magick::Color.
|
|
|
Definition at line 351 of file Options.cpp. References _imageInfo. Referenced by Magick::Image::matteColor().
|
|
|
Definition at line 364 of file Options.cpp. References _imageInfo.
|
|
|
Definition at line 360 of file Options.cpp. References _imageInfo, and MagickBooleanType. Referenced by Magick::Image::monochrome().
|
|
|
|
|
|
Definition at line 376 of file Options.cpp. References _imageInfo, and Magick::Geometry.
|
|
|
Definition at line 369 of file Options.cpp. References _imageInfo, Magick::CloneString(), Magick::Geometry::isValid(), and RelinquishMagickMemory(). Referenced by Magick::Image::page().
|