44 void adjoin(
const bool flag_);
45 bool adjoin(
void)
const;
48 void matteColor(
const Color &matteColor_);
49 Color matteColor(
void)
const;
52 void backgroundColor(
const Color &color_);
53 Color backgroundColor(
void)
const;
56 void backgroundTexture(
const std::string &backgroundTexture_);
57 std::string backgroundTexture(
void)
const;
60 void borderColor(
const Color &color_);
61 Color borderColor(
void)
const;
64 void boxColor(
const Color &boxColor_);
65 Color boxColor(
void)
const;
68 void colorFuzz(
const double fuzz_);
69 double colorFuzz(
void)
const;
72 void colorspaceType(
const ColorspaceType colorspace_);
73 ColorspaceType colorspaceType(
void)
const;
78 void compressType(
const CompressionType compressType_);
79 CompressionType compressType(
void)
const;
82 void debug(
const bool flag_);
83 bool debug(
void)
const;
86 void density(
const Point &density_);
87 Point density(
void)
const;
90 void depth(
const size_t depth_);
91 size_t depth(
void)
const;
95 void endian(
const EndianType endian_);
96 EndianType endian(
void)
const;
99 void file(FILE *file_);
100 FILE *file(
void)
const;
103 void fileName(
const std::string &fileName_);
104 std::string fileName(
void)
const;
107 void fillColor(
const Color &fillColor_);
108 Color fillColor(
void)
const;
111 void fillPattern(
const MagickCore::Image *fillPattern_);
112 const MagickCore::Image *fillPattern(
void)
const;
115 void fillRule(
const FillRule &fillRule_);
116 FillRule fillRule(
void)
const;
119 void font(
const std::string &font_);
120 std::string font(
void)
const;
123 void fontFamily(
const std::string &family_);
124 std::string fontFamily(
void)
const;
127 void fontPointsize(
const double pointSize_);
128 double fontPointsize(
void)
const;
131 void fontStyle(
const StyleType style_);
132 StyleType fontStyle(
void)
const;
135 void fontWeight(
const size_t weight_);
136 size_t fontWeight(
void)
const;
138 std::string format(
void)
const;
141 void interlaceType(
const InterlaceType interlace_);
142 InterlaceType interlaceType(
void)
const;
145 void magick(
const std::string &magick_);
146 std::string magick(
void)
const;
149 void monochrome(
const bool monochromeFlag_);
150 bool monochrome(
void)
const;
153 void page(
const Geometry &pageSize_);
157 void quality(
const size_t quality_);
158 size_t quality(
void)
const;
161 void quantizeColors(
const size_t colors_);
162 size_t quantizeColors(
void)
const;
165 void quantizeColorSpace(
const ColorspaceType colorSpace_);
166 ColorspaceType quantizeColorSpace(
void)
const;
169 void quantizeDither(
const bool ditherFlag_);
170 bool quantizeDither(
void)
const;
171 void quantizeDither(
const DitherMethod ditherMethod_);
174 void quantizeDitherMethod(
const DitherMethod ditherMethod_);
175 DitherMethod quantizeDitherMethod(
void)
const;
178 void quantizeTreeDepth(
const size_t treeDepth_);
179 size_t quantizeTreeDepth(
void)
const;
182 void quiet(
const bool quiet_);
183 bool quiet(
void)
const;
186 void resolutionUnits(
const ResolutionType resolutionUnits_);
187 ResolutionType resolutionUnits(
void)
const;
190 void samplingFactor(
const std::string &samplingFactor_);
191 std::string samplingFactor(
void)
const;
194 void size(
const Geometry &geometry_);
198 void strokeAntiAlias(
const bool flag_);
199 bool strokeAntiAlias(
void)
const ;
202 void strokeColor(
const Color &strokeColor_);
203 Color strokeColor(
void)
const;
210 void strokeDashArray(
const double *strokeDashArray_);
211 const double *strokeDashArray(
void)
const;
215 void strokeDashOffset(
const double strokeDashOffset_);
216 double strokeDashOffset(
void)
const;
221 void strokeLineCap(
const LineCap lineCap_);
222 LineCap strokeLineCap(
void)
const;
227 void strokeLineJoin(
const LineJoin lineJoin_);
228 LineJoin strokeLineJoin(
void)
const;
236 void strokeMiterLimit(
const size_t miterLimit_);
237 size_t strokeMiterLimit(
void)
const;
240 void strokePattern(
const MagickCore::Image *strokePattern_);
241 const MagickCore::Image *strokePattern(
void)
const;
244 void strokeWidth(
const double strokeWidth_);
245 double strokeWidth(
void)
const;
247 void subImage(
const size_t subImage_);
248 size_t subImage(
void)
const;
251 void subRange(
const size_t subRange_);
252 size_t subRange(
void)
const;
255 void textAntiAlias(
const bool flag_);
256 bool textAntiAlias(
void)
const;
259 void textDirection(
const DirectionType direction_);
260 DirectionType textDirection()
const;
263 void textEncoding(
const std::string &encoding_);
264 std::string textEncoding(
void)
const;
267 void textGravity(
const GravityType gravity_);
268 GravityType textGravity()
const;
271 void textInterlineSpacing(
const double spacing_);
272 double textInterlineSpacing(
void)
const;
275 void textInterwordSpacing(
const double spacing_);
276 double textInterwordSpacing(
void)
const;
279 void textKerning(
const double kerning_);
280 double textKerning(
void)
const;
283 void textUnderColor(
const Color &underColor_);
284 Color textUnderColor(
void)
const;
287 void transformOrigin(
const double tx_,
const double ty_);
290 void transformReset(
void);
293 void transformRotation(
const double angle_);
296 void transformScale(
const double sx_,
const double sy_);
299 void transformSkewX(
const double skewx_);
302 void transformSkewY(
const double skewy_);
305 void type(
const ImageType type_);
306 ImageType type(
void)
const;
309 void verbose(
const bool verboseFlag_);
310 bool verbose(
void)
const;
313 void x11Display(
const std::string &display_);
314 std::string x11Display(
void)
const;
320 MagickCore::DrawInfo *drawInfo(
void);
321 MagickCore::ImageInfo *imageInfo(
void);
322 MagickCore::QuantizeInfo *quantizeInfo(
void);
325 Options(
const MagickCore::ImageInfo *imageInfo_,
326 const MagickCore::QuantizeInfo *quantizeInfo_,
327 const MagickCore::DrawInfo *drawInfo_);
334 void setOption(
const char *name,
const Color &value_);
336 void setOption(
const char *name,
const double value_);
338 MagickCore::ImageInfo *_imageInfo;
339 MagickCore::QuantizeInfo *_quantizeInfo;
340 MagickCore::DrawInfo *_drawInfo;