Lines Matching refs:Image
36 MagickPPExport int Magick::operator == (const Magick::Image &left_, in operator ==()
37 const Magick::Image &right_) in operator ==()
45 MagickPPExport int Magick::operator != (const Magick::Image &left_, in operator !=()
46 const Magick::Image &right_) in operator !=()
51 MagickPPExport int Magick::operator > (const Magick::Image &left_, in operator >()
52 const Magick::Image &right_) in operator >()
57 MagickPPExport int Magick::operator < (const Magick::Image &left_, in operator <()
58 const Magick::Image &right_) in operator <()
65 MagickPPExport int Magick::operator >= (const Magick::Image &left_, in operator >=()
66 const Magick::Image &right_) in operator >=()
71 MagickPPExport int Magick::operator <= (const Magick::Image &left_, in operator <=()
72 const Magick::Image &right_) in operator <=()
77 Magick::Image::Image(void) in Image() function in Magick::Image
82 Magick::Image::Image(const Blob &blob_) in Image() function in Magick::Image
100 Magick::Image::Image(const Blob &blob_,const Geometry &size_) in Image() function in Magick::Image
118 Magick::Image::Image(const Blob &blob_,const Geometry &size_, in Image() function in Magick::Image
137 Magick::Image::Image(const Blob &blob_,const Geometry &size_, in Image() function in Magick::Image
156 Magick::Image::Image(const Blob &blob_,const Geometry &size_, in Image() function in Magick::Image
175 Magick::Image::Image(const Geometry &size_,const Color &color_) in Image() function in Magick::Image
200 Magick::Image::Image(const Image &image_) in Image() function in Magick::Image
206 Magick::Image::Image(const Image &image_,const Geometry &geometry_) in Image() function in Magick::Image
215 MagickCore::Image in Image()
230 Magick::Image::Image(const size_t width_,const size_t height_, in Image() function in Magick::Image
248 Magick::Image::Image(const std::string &imageSpec_) in Image() function in Magick::Image
266 Magick::Image::~Image() in ~Image()
274 Magick::Image& Magick::Image::operator=(const Magick::Image &image_) in operator =()
288 void Magick::Image::adjoin(const bool flag_) in adjoin()
294 bool Magick::Image::adjoin(void) const in adjoin()
299 void Magick::Image::alpha(const bool matteFlag_) in alpha()
316 bool Magick::Image::alpha(void) const in alpha()
324 void Magick::Image::alphaColor(const Color &alphaColor_) in alphaColor()
342 Magick::Color Magick::Image::alphaColor(void) const in alphaColor()
347 void Magick::Image::animationDelay(const size_t delay_) in animationDelay()
353 size_t Magick::Image::animationDelay(void) const in animationDelay()
358 void Magick::Image::animationIterations(const size_t iterations_) in animationIterations()
364 size_t Magick::Image::animationIterations(void) const in animationIterations()
369 void Magick::Image::attenuate(const double attenuate_) in attenuate()
379 void Magick::Image::backgroundColor(const Color &backgroundColor_) in backgroundColor()
391 Magick::Color Magick::Image::backgroundColor(void) const in backgroundColor()
396 void Magick::Image::backgroundTexture(const std::string &backgroundTexture_) in backgroundTexture()
402 std::string Magick::Image::backgroundTexture(void) const in backgroundTexture()
407 size_t Magick::Image::baseColumns(void) const in baseColumns()
412 std::string Magick::Image::baseFilename(void) const in baseFilename()
417 size_t Magick::Image::baseRows(void) const in baseRows()
422 void Magick::Image::blackPointCompensation(const bool flag_) in blackPointCompensation()
427 bool Magick::Image::blackPointCompensation(void) const in blackPointCompensation()
432 void Magick::Image::borderColor(const Color &borderColor_) in borderColor()
444 Magick::Color Magick::Image::borderColor(void) const in borderColor()
449 Magick::Geometry Magick::Image::boundingBox(void) const in boundingBox()
460 void Magick::Image::boxColor(const Color &boxColor_) in boxColor()
466 Magick::Color Magick::Image::boxColor(void) const in boxColor()
471 void Magick::Image::channelDepth(const ChannelType channel_, in channelDepth()
482 size_t Magick::Image::channelDepth(const ChannelType channel_) in channelDepth()
495 size_t Magick::Image::channels() const in channels()
500 void Magick::Image::classType(const ClassType class_) in classType()
525 Magick::ClassType Magick::Image::classType(void) const in classType()
530 void Magick::Image::colorFuzz(const double fuzz_) in colorFuzz()
537 double Magick::Image::colorFuzz(void) const in colorFuzz()
542 void Magick::Image::colorMapSize(const size_t entries_) in colorMapSize()
554 size_t Magick::Image::colorMapSize(void) const in colorMapSize()
563 void Magick::Image::colorSpace(const ColorspaceType colorSpace_) in colorSpace()
574 Magick::ColorspaceType Magick::Image::colorSpace(void) const in colorSpace()
579 void Magick::Image::colorSpaceType(const ColorspaceType colorSpace_) in colorSpaceType()
588 Magick::ColorspaceType Magick::Image::colorSpaceType(void) const in colorSpaceType()
593 size_t Magick::Image::columns(void) const in columns()
598 void Magick::Image::comment(const std::string &comment_) in comment()
608 std::string Magick::Image::comment(void) const in comment()
623 void Magick::Image::compose(const CompositeOperator compose_) in compose()
628 Magick::CompositeOperator Magick::Image::compose(void) const in compose()
633 void Magick::Image::compressType(const CompressionType compressType_) in compressType()
640 Magick::CompressionType Magick::Image::compressType(void) const in compressType()
645 void Magick::Image::debug(const bool flag_) in debug()
651 bool Magick::Image::debug(void) const in debug()
656 void Magick::Image::density(const Point &density_) in density()
676 Magick::Point Magick::Image::density(void) const in density()
696 void Magick::Image::depth(const size_t depth_) in depth()
709 size_t Magick::Image::depth(void) const in depth()
714 std::string Magick::Image::directory(void) const in directory()
726 void Magick::Image::endian(const Magick::EndianType endian_) in endian()
733 Magick::EndianType Magick::Image::endian(void) const in endian()
738 void Magick::Image::exifProfile(const Magick::Blob &exifProfile_) in exifProfile()
756 Magick::Blob Magick::Image::exifProfile(void) const in exifProfile()
768 void Magick::Image::fileName(const std::string &fileName_) in fileName()
778 std::string Magick::Image::fileName(void) const in fileName()
783 MagickCore::MagickSizeType Magick::Image::fileSize(void) const in fileSize()
788 void Magick::Image::fillColor(const Magick::Color &fillColor_) in fillColor()
794 Magick::Color Magick::Image::fillColor(void) const in fillColor()
799 void Magick::Image::fillRule(const Magick::FillRule &fillRule_) in fillRule()
805 Magick::FillRule Magick::Image::fillRule(void) const in fillRule()
810 void Magick::Image::fillPattern(const Image &fillPattern_) in fillPattern()
816 options()->fillPattern(static_cast<MagickCore::Image*>(NULL)); in fillPattern()
819 Magick::Image Magick::Image::fillPattern(void) const in fillPattern()
822 const MagickCore::Image in fillPattern()
825 Image in fillPattern()
832 MagickCore::Image in fillPattern()
843 void Magick::Image::filterType(const Magick::FilterType filterType_) in filterType()
849 Magick::FilterType Magick::Image::filterType(void) const in filterType()
854 void Magick::Image::font(const std::string &font_) in font()
860 std::string Magick::Image::font(void) const in font()
865 void Magick::Image::fontFamily(const std::string &family_) in fontFamily()
871 std::string Magick::Image::fontFamily(void) const in fontFamily()
876 void Magick::Image::fontPointsize(const double pointSize_) in fontPointsize()
882 double Magick::Image::fontPointsize(void) const in fontPointsize()
887 void Magick::Image::fontStyle(const StyleType pointSize_) in fontStyle()
893 Magick::StyleType Magick::Image::fontStyle(void) const in fontStyle()
898 void Magick::Image::fontWeight(const size_t weight_) in fontWeight()
904 size_t Magick::Image::fontWeight(void) const in fontWeight()
909 std::string Magick::Image::format(void) const in format()
928 std::string Magick::Image::formatExpression(const std::string expression) in formatExpression()
949 double Magick::Image::gamma(void) const in gamma()
954 Magick::Geometry Magick::Image::geometry(void) const in geometry()
966 void Magick::Image::gifDisposeMethod( in gifDisposeMethod()
973 MagickCore::DisposeType Magick::Image::gifDisposeMethod(void) const in gifDisposeMethod()
978 bool Magick::Image::hasChannel(const PixelChannel channel) const in hasChannel()
989 void Magick::Image::highlightColor(const Color color_) in highlightColor()
998 void Magick::Image::iccColorProfile(const Magick::Blob &colorProfile_) in iccColorProfile()
1003 Magick::Blob Magick::Image::iccColorProfile(void) const in iccColorProfile()
1015 void Magick::Image::interlaceType(const Magick::InterlaceType interlace_) in interlaceType()
1022 Magick::InterlaceType Magick::Image::interlaceType(void) const in interlaceType()
1027 void Magick::Image::interpolate(const PixelInterpolateMethod interpolate_) in interpolate()
1033 Magick::PixelInterpolateMethod Magick::Image::interpolate(void) const in interpolate()
1038 void Magick::Image::iptcProfile(const Magick::Blob &iptcProfile_) in iptcProfile()
1055 Magick::Blob Magick::Image::iptcProfile(void) const in iptcProfile()
1067 bool Magick::Image::isOpaque(void) const in isOpaque()
1078 void Magick::Image::isValid(const bool isValid_) in isValid()
1094 bool Magick::Image::isValid(void) const in isValid()
1099 void Magick::Image::label(const std::string &label_) in label()
1109 std::string Magick::Image::label(void) const in label()
1124 void Magick::Image::lowlightColor(const Color color_) in lowlightColor()
1133 void Magick::Image::magick(const std::string &magick_) in magick()
1151 std::string Magick::Image::magick(void) const in magick()
1159 double Magick::Image::meanErrorPerPixel(void) const in meanErrorPerPixel()
1164 void Magick::Image::modulusDepth(const size_t depth_) in modulusDepth()
1173 size_t Magick::Image::modulusDepth(void) const in modulusDepth()
1184 void Magick::Image::monochrome(const bool monochromeFlag_) in monochrome()
1190 bool Magick::Image::monochrome(void) const in monochrome()
1195 Magick::Geometry Magick::Image::montageGeometry(void) const in montageGeometry()
1207 double Magick::Image::normalizedMaxError(void) const in normalizedMaxError()
1212 double Magick::Image::normalizedMeanError(void) const in normalizedMeanError()
1217 void Magick::Image::orientation(const Magick::OrientationType orientation_) in orientation()
1223 Magick::OrientationType Magick::Image::orientation(void) const in orientation()
1228 void Magick::Image::page(const Magick::Geometry &pageSize_) in page()
1235 Magick::Geometry Magick::Image::page(void) const in page()
1241 void Magick::Image::quality(const size_t quality_) in quality()
1248 size_t Magick::Image::quality(void) const in quality()
1253 void Magick::Image::quantizeColors(const size_t colors_) in quantizeColors()
1259 size_t Magick::Image::quantizeColors(void) const in quantizeColors()
1264 void Magick::Image::quantizeColorSpace( in quantizeColorSpace()
1271 Magick::ColorspaceType Magick::Image::quantizeColorSpace(void) const in quantizeColorSpace()
1276 void Magick::Image::quantizeDither(const bool ditherFlag_) in quantizeDither()
1282 bool Magick::Image::quantizeDither(void) const in quantizeDither()
1287 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod()
1293 MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const in quantizeDitherMethod()
1298 void Magick::Image::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth()
1304 size_t Magick::Image::quantizeTreeDepth() const in quantizeTreeDepth()
1309 void Magick::Image::quiet(const bool quiet_) in quiet()
1315 bool Magick::Image::quiet(void) const in quiet()
1320 void Magick::Image::renderingIntent( in renderingIntent()
1327 Magick::RenderingIntent Magick::Image::renderingIntent(void) const in renderingIntent()
1332 void Magick::Image::resolutionUnits( in resolutionUnits()
1340 Magick::ResolutionType Magick::Image::resolutionUnits(void) const in resolutionUnits()
1345 size_t Magick::Image::rows(void) const in rows()
1350 void Magick::Image::scene(const size_t scene_) in scene()
1356 size_t Magick::Image::scene(void) const in scene()
1361 void Magick::Image::size(const Geometry &geometry_) in size()
1369 Magick::Geometry Magick::Image::size(void) const in size()
1374 void Magick::Image::strokeAntiAlias(const bool flag_) in strokeAntiAlias()
1380 bool Magick::Image::strokeAntiAlias(void) const in strokeAntiAlias()
1385 void Magick::Image::strokeColor(const Magick::Color &strokeColor_) in strokeColor()
1396 Magick::Color Magick::Image::strokeColor(void) const in strokeColor()
1401 void Magick::Image::strokeDashArray(const double *strokeDashArray_) in strokeDashArray()
1407 const double* Magick::Image::strokeDashArray(void) const in strokeDashArray()
1412 void Magick::Image::strokeDashOffset(const double strokeDashOffset_) in strokeDashOffset()
1418 double Magick::Image::strokeDashOffset(void) const in strokeDashOffset()
1423 void Magick::Image::strokeLineCap(const Magick::LineCap lineCap_) in strokeLineCap()
1429 Magick::LineCap Magick::Image::strokeLineCap(void) const in strokeLineCap()
1434 void Magick::Image::strokeLineJoin(const Magick::LineJoin lineJoin_) in strokeLineJoin()
1440 Magick::LineJoin Magick::Image::strokeLineJoin(void) const in strokeLineJoin()
1445 void Magick::Image::strokeMiterLimit(const size_t strokeMiterLimit_) in strokeMiterLimit()
1451 size_t Magick::Image::strokeMiterLimit(void) const in strokeMiterLimit()
1456 void Magick::Image::strokePattern(const Image &strokePattern_) in strokePattern()
1462 options()->strokePattern(static_cast<MagickCore::Image*>(NULL)); in strokePattern()
1465 Magick::Image Magick::Image::strokePattern(void) const in strokePattern()
1468 const MagickCore::Image in strokePattern()
1471 Image in strokePattern()
1478 MagickCore::Image in strokePattern()
1489 void Magick::Image::strokeWidth(const double strokeWidth_) in strokeWidth()
1500 double Magick::Image::strokeWidth(void) const in strokeWidth()
1505 void Magick::Image::subImage(const size_t subImage_) in subImage()
1511 size_t Magick::Image::subImage(void) const in subImage()
1516 void Magick::Image::subRange(const size_t subRange_) in subRange()
1522 size_t Magick::Image::subRange(void) const in subRange()
1527 void Magick::Image::textAntiAlias(const bool flag_) in textAntiAlias()
1533 bool Magick::Image::textAntiAlias(void) const in textAntiAlias()
1538 void Magick::Image::textDirection(DirectionType direction_) in textDirection()
1544 Magick::DirectionType Magick::Image::textDirection(void) const in textDirection()
1549 void Magick::Image::textEncoding(const std::string &encoding_) in textEncoding()
1555 std::string Magick::Image::textEncoding(void) const in textEncoding()
1560 void Magick::Image::textGravity(GravityType gravity_) in textGravity()
1566 Magick::GravityType Magick::Image::textGravity(void) const in textGravity()
1571 void Magick::Image::textInterlineSpacing(double spacing_) in textInterlineSpacing()
1577 double Magick::Image::textInterlineSpacing(void) const in textInterlineSpacing()
1582 void Magick::Image::textInterwordSpacing(double spacing_) in textInterwordSpacing()
1588 double Magick::Image::textInterwordSpacing(void) const in textInterwordSpacing()
1593 void Magick::Image::textKerning(double kerning_) in textKerning()
1599 double Magick::Image::textKerning(void) const in textKerning()
1604 void Magick::Image::textUnderColor(const Color &underColor_) in textUnderColor()
1610 Magick::Color Magick::Image::textUnderColor(void) const in textUnderColor()
1615 size_t Magick::Image::totalColors(void) const in totalColors()
1626 void Magick::Image::transformRotation(const double angle_) in transformRotation()
1632 void Magick::Image::transformSkewX(const double skewx_) in transformSkewX()
1638 void Magick::Image::transformSkewY(const double skewy_) in transformSkewY()
1644 Magick::ImageType Magick::Image::type(void) const in type()
1651 void Magick::Image::type(const Magick::ImageType type_) in type()
1660 void Magick::Image::verbose(const bool verboseFlag_) in verbose()
1666 bool Magick::Image::verbose(void) const in verbose()
1671 void Magick::Image::virtualPixelMethod( in virtualPixelMethod()
1680 Magick::VirtualPixelMethod Magick::Image::virtualPixelMethod(void) const in virtualPixelMethod()
1685 void Magick::Image::x11Display(const std::string &display_) in x11Display()
1691 std::string Magick::Image::x11Display(void) const in x11Display()
1696 double Magick::Image::xResolution(void) const in xResolution()
1701 double Magick::Image::yResolution(void) const in yResolution()
1706 void Magick::Image::adaptiveBlur(const double radius_,const double sigma_) in adaptiveBlur()
1708 MagickCore::Image in adaptiveBlur()
1717 void Magick::Image::adaptiveResize(const Geometry &geometry_) in adaptiveResize()
1719 MagickCore::Image in adaptiveResize()
1739 void Magick::Image::adaptiveSharpen(const double radius_,const double sigma_) in adaptiveSharpen()
1741 MagickCore::Image in adaptiveSharpen()
1750 void Magick::Image::adaptiveSharpenChannel(const ChannelType channel_, in adaptiveSharpenChannel()
1753 MagickCore::Image in adaptiveSharpenChannel()
1764 void Magick::Image::adaptiveThreshold(const size_t width_,const size_t height_, in adaptiveThreshold()
1768 MagickCore::Image in adaptiveThreshold()
1778 void Magick::Image::addNoise(const NoiseType noiseType_) in addNoise()
1780 MagickCore::Image in addNoise()
1789 void Magick::Image::addNoiseChannel(const ChannelType channel_, in addNoiseChannel()
1792 MagickCore::Image in addNoiseChannel()
1803 void Magick::Image::affineTransform(const DrawableAffine &affine_) in affineTransform()
1808 MagickCore::Image in affineTransform()
1824 void Magick::Image::alpha(const unsigned int alpha_) in alpha()
1832 void Magick::Image::alphaChannel(AlphaChannelOption alphaOption_) in alphaChannel()
1840 void Magick::Image::annotate(const std::string &text_, in annotate()
1846 void Magick::Image::annotate(const std::string &text_, in annotate()
1852 void Magick::Image::annotate(const std::string &text_, in annotate()
1928 void Magick::Image::annotate(const std::string &text_, in annotate()
1950 void Magick::Image::artifact(const std::string &name_,const std::string &value_) in artifact()
1956 std::string Magick::Image::artifact(const std::string &name_) const in artifact()
1967 void Magick::Image::attribute(const std::string name_,const std::string value_) in attribute()
1975 std::string Magick::Image::attribute(const std::string name_) const in attribute()
1990 void Magick::Image::autoGamma(void) in autoGamma()
1999 void Magick::Image::autoGammaChannel(const ChannelType channel_) in autoGammaChannel()
2010 void Magick::Image::autoLevel(void) in autoLevel()
2018 void Magick::Image::autoLevelChannel(const ChannelType channel_) in autoLevelChannel()
2028 void Magick::Image::autoOrient(void) in autoOrient()
2030 MagickCore::Image in autoOrient()
2043 void Magick::Image::blackThreshold(const std::string &threshold_) in blackThreshold()
2051 void Magick::Image::blackThresholdChannel(const ChannelType channel_, in blackThresholdChannel()
2062 void Magick::Image::blueShift(const double factor_) in blueShift()
2064 MagickCore::Image in blueShift()
2073 void Magick::Image::blur(const double radius_,const double sigma_) in blur()
2075 MagickCore::Image in blur()
2084 void Magick::Image::blurChannel(const ChannelType channel_, in blurChannel()
2087 MagickCore::Image in blurChannel()
2098 void Magick::Image::border(const Geometry &geometry_) in border()
2100 MagickCore::Image in border()
2113 void Magick::Image::brightnessContrast(const double brightness_, in brightnessContrast()
2122 void Magick::Image::brightnessContrastChannel(const ChannelType channel_, in brightnessContrastChannel()
2133 void Magick::Image::cannyEdge(const double radius_,const double sigma_, in cannyEdge()
2136 MagickCore::Image in cannyEdge()
2147 void Magick::Image::cdl(const std::string &cdl_) in cdl()
2155 void Magick::Image::channel(const ChannelType channel_) in channel()
2157 MagickCore::Image in channel()
2166 void Magick::Image::charcoal(const double radius_,const double sigma_) in charcoal()
2168 MagickCore::Image in charcoal()
2177 void Magick::Image::chop(const Geometry &geometry_) in chop()
2179 MagickCore::Image in chop()
2191 void Magick::Image::chromaBluePrimary(const double x_,const double y_, in chromaBluePrimary()
2200 void Magick::Image::chromaBluePrimary(double *x_,double *y_,double *z_) const in chromaBluePrimary()
2207 void Magick::Image::chromaGreenPrimary(const double x_,const double y_, in chromaGreenPrimary()
2216 void Magick::Image::chromaGreenPrimary(double *x_,double *y_,double *z_) const in chromaGreenPrimary()
2223 void Magick::Image::chromaRedPrimary(const double x_,const double y_, in chromaRedPrimary()
2232 void Magick::Image::chromaRedPrimary(double *x_,double *y_,double *z_) const in chromaRedPrimary()
2239 void Magick::Image::chromaWhitePoint(const double x_,const double y_, in chromaWhitePoint()
2248 void Magick::Image::chromaWhitePoint(double *x_,double *y_,double *z_) const in chromaWhitePoint()
2255 void Magick::Image::clamp(void) in clamp()
2263 void Magick::Image::clampChannel(const ChannelType channel_) in clampChannel()
2273 void Magick::Image::clip(void) in clip()
2281 void Magick::Image::clipPath(const std::string pathname_,const bool inside_) in clipPath()
2290 void Magick::Image::clut(const Image &clutImage_, in clut()
2299 void Magick::Image::clutChannel(const ChannelType channel_, in clutChannel()
2300 const Image &clutImage_,const PixelInterpolateMethod method) in clutChannel()
2310 void Magick::Image::colorize(const unsigned int alpha_,const Color &penColor_) in colorize()
2315 void Magick::Image::colorize(const unsigned int alphaRed_, in colorize()
2322 MagickCore::Image in colorize()
2342 void Magick::Image::colorMap(const size_t index_,const Color &color_) in colorMap()
2344 MagickCore::Image in colorMap()
2367 Magick::Color Magick::Image::colorMap(const size_t index_) const in colorMap()
2382 void Magick::Image::colorMatrix(const size_t order_, in colorMatrix()
2398 MagickCore::Image in colorMatrix()
2411 bool Magick::Image::compare(const Image &reference_) const in compare()
2416 Image in compare()
2426 double Magick::Image::compare(const Image &reference_,const MetricType metric_) in compare()
2438 double Magick::Image::compareChannel(const ChannelType channel_, in compareChannel()
2439 const Image &reference_,const MetricType metric_) in compareChannel()
2453 Magick::Image Magick::Image::compare(const Image &reference_, in compare()
2456 MagickCore::Image in compare()
2463 if (newImage == (MagickCore::Image *) NULL) in compare()
2464 return(Magick::Image()); in compare()
2466 return(Magick::Image(newImage)); in compare()
2469 Magick::Image Magick::Image::compareChannel(const ChannelType channel_, in compareChannel()
2470 const Image &reference_,const MetricType metric_,double *distortion) in compareChannel()
2472 MagickCore::Image in compareChannel()
2481 if (newImage == (MagickCore::Image *) NULL) in compareChannel()
2482 return(Magick::Image()); in compareChannel()
2484 return(Magick::Image(newImage)); in compareChannel()
2487 void Magick::Image::composite(const Image &compositeImage_, in composite()
2508 void Magick::Image::composite(const Image &compositeImage_, in composite()
2524 void Magick::Image::composite(const Image &compositeImage_, in composite()
2537 void Magick::Image::connectedComponents(const size_t connectivity_) in connectedComponents()
2539 MagickCore::Image in connectedComponents()
2549 void Magick::Image::contrast(const bool sharpen_) in contrast()
2557 void Magick::Image::contrastStretch(const double blackPoint_, in contrastStretch()
2566 void Magick::Image::contrastStretchChannel(const ChannelType channel_, in contrastStretchChannel()
2577 void Magick::Image::convolve(const size_t order_,const double *kernel_) in convolve()
2592 MagickCore::Image in convolve()
2604 void Magick::Image::copyPixels(const Image &source_,const Geometry &geometry_, in copyPixels()
2619 void Magick::Image::crop(const Geometry &geometry_) in crop()
2621 MagickCore::Image in crop()
2633 void Magick::Image::cycleColormap(const ssize_t amount_) in cycleColormap()
2641 void Magick::Image::decipher(const std::string &passphrase_) in decipher()
2649 void Magick::Image::defineSet(const std::string &magick_, in defineSet()
2663 bool Magick::Image::defineSet(const std::string &magick_, in defineSet()
2679 void Magick::Image::defineValue(const std::string &magick_, in defineValue()
2692 std::string Magick::Image::defineValue(const std::string &magick_, in defineValue()
2708 void Magick::Image::deskew(const double threshold_) in deskew()
2710 MagickCore::Image in deskew()
2719 void Magick::Image::despeckle(void) in despeckle()
2721 MagickCore::Image in despeckle()
2730 void Magick::Image::display(void) in display()
2737 void Magick::Image::distort(const DistortMethod method_, in distort()
2740 MagickCore::Image in distort()
2750 void Magick::Image::draw(const Magick::Drawable &drawable_) in draw()
2771 void Magick::Image::draw(const std::vector<Magick::Drawable> &drawable_) in draw()
2799 void Magick::Image::edge(const double radius_) in edge()
2801 MagickCore::Image in edge()
2810 void Magick::Image::emboss(const double radius_,const double sigma_) in emboss()
2812 MagickCore::Image in emboss()
2821 void Magick::Image::encipher(const std::string &passphrase_) in encipher()
2829 void Magick::Image::enhance(void) in enhance()
2831 MagickCore::Image in enhance()
2840 void Magick::Image::equalize(void) in equalize()
2848 void Magick::Image::erase(void) in erase()
2856 void Magick::Image::evaluate(const ChannelType channel_, in evaluate()
2866 void Magick::Image::evaluate(const ChannelType channel_, in evaluate()
2878 void Magick::Image::evaluate(const ChannelType channel_,const ssize_t x_, in evaluate()
2885 MagickCore::Image in evaluate()
2905 void Magick::Image::extent(const Geometry &geometry_ ) in extent()
2907 MagickCore::Image in extent()
2922 void Magick::Image::extent(const Geometry &geometry_, in extent()
2929 void Magick::Image::extent(const Geometry &geometry_, in extent()
2936 void Magick::Image::extent(const Geometry &geometry_, in extent()
2949 void Magick::Image::flip(void) in flip()
2951 MagickCore::Image in flip()
2960 void Magick::Image::floodFillAlpha(const ssize_t x_,const ssize_t y_, in floodFillAlpha()
2978 void Magick::Image::floodFillAlpha(const ssize_t x_,const ssize_t y_, in floodFillAlpha()
2996 void Magick::Image::floodFillColor(const Geometry &point_, in floodFillColor()
3002 void Magick::Image::floodFillColor(const ssize_t x_,const ssize_t y_, in floodFillColor()
3011 floodFill(x_,y_,(Magick::Image *)NULL,fillColor_,&pixel,invert_); in floodFillColor()
3014 void Magick::Image::floodFillColor(const Geometry &point_, in floodFillColor()
3021 void Magick::Image::floodFillColor(const ssize_t x_,const ssize_t y_, in floodFillColor()
3031 floodFill(x_,y_,(Magick::Image *)NULL,fillColor_,&pixel,invert_); in floodFillColor()
3034 void Magick::Image::floodFillTexture(const Magick::Geometry &point_, in floodFillTexture()
3035 const Magick::Image &texture_,const bool invert_) in floodFillTexture()
3040 void Magick::Image::floodFillTexture(const ssize_t x_,const ssize_t y_, in floodFillTexture()
3041 const Magick::Image &texture_,const bool invert_) in floodFillTexture()
3052 void Magick::Image::floodFillTexture(const Magick::Geometry &point_, in floodFillTexture()
3053 const Magick::Image &texture_,const Magick::Color &borderColor_, in floodFillTexture()
3059 void Magick::Image::floodFillTexture(const ssize_t x_,const ssize_t y_, in floodFillTexture()
3060 const Magick::Image &texture_,const Magick::Color &borderColor_, in floodFillTexture()
3072 void Magick::Image::flop(void) in flop()
3074 MagickCore::Image in flop()
3083 void Magick::Image::fontTypeMetrics(const std::string &text_, in fontTypeMetrics()
3097 void Magick::Image::fontTypeMetricsMultiline(const std::string &text_, in fontTypeMetricsMultiline()
3111 void Magick::Image::frame(const Geometry &geometry_) in frame()
3116 MagickCore::Image in frame()
3132 void Magick::Image::frame(const size_t width_,const size_t height_, in frame()
3138 MagickCore::Image in frame()
3154 void Magick::Image::fx(const std::string expression_) in fx()
3156 MagickCore::Image in fx()
3165 void Magick::Image::fx(const std::string expression_, in fx()
3168 MagickCore::Image in fx()
3179 void Magick::Image::gamma(const double gamma_) in gamma()
3187 void Magick::Image::gamma(const double gammaRed_,const double gammaGreen_, in gamma()
3202 void Magick::Image::gaussianBlur(const double radius_,const double sigma_) in gaussianBlur()
3204 MagickCore::Image in gaussianBlur()
3213 void Magick::Image::gaussianBlurChannel(const ChannelType channel_, in gaussianBlurChannel()
3216 MagickCore::Image in gaussianBlurChannel()
3227 const Magick::Quantum *Magick::Image::getConstPixels(const ssize_t x_, in getConstPixels()
3239 const void *Magick::Image::getConstMetacontent(void) const in getConstMetacontent()
3253 void *Magick::Image::getMetacontent(void ) in getMetacontent()
3267 Magick::Quantum *Magick::Image::getPixels(const ssize_t x_,const ssize_t y_, in getPixels()
3281 void Magick::Image::grayscale(const PixelIntensityMethod method_) in grayscale()
3289 void Magick::Image::haldClut(const Image &clutImage_) in haldClut()
3297 void Magick::Image::houghLine(const size_t width_,const size_t height_, in houghLine()
3300 MagickCore::Image in houghLine()
3310 Magick::ImageType Magick::Image::identifyType(void) const in identifyType()
3321 void Magick::Image::implode(const double factor_) in implode()
3323 MagickCore::Image in implode()
3333 void Magick::Image::inverseFourierTransform(const Image &phase_) in inverseFourierTransform()
3338 void Magick::Image::inverseFourierTransform(const Image &phase_, in inverseFourierTransform()
3341 MagickCore::Image in inverseFourierTransform()
3351 void Magick::Image::kuwahara(const double radius_,const double sigma_) in kuwahara()
3353 MagickCore::Image in kuwahara()
3362 void Magick::Image::kuwaharaChannel(const ChannelType channel_, in kuwaharaChannel()
3365 MagickCore::Image in kuwaharaChannel()
3376 void Magick::Image::level(const double blackPoint_,const double whitePoint_, in level()
3385 void Magick::Image::levelChannel(const ChannelType channel_, in levelChannel()
3396 void Magick::Image::levelColors(const Color &blackColor_, in levelColors()
3413 void Magick::Image::levelColorsChannel(const ChannelType channel_, in levelColorsChannel()
3432 void Magick::Image::levelize(const double blackPoint_,const double whitePoint_, in levelize()
3441 void Magick::Image::levelizeChannel(const ChannelType channel_, in levelizeChannel()
3452 void Magick::Image::linearStretch(const double blackPoint_, in linearStretch()
3461 void Magick::Image::liquidRescale(const Geometry &geometry_) in liquidRescale()
3463 MagickCore::Image in liquidRescale()
3483 void Magick::Image::localContrast(const double radius_,const double strength_) in localContrast()
3485 MagickCore::Image in localContrast()
3494 void Magick::Image::magnify(void) in magnify()
3496 MagickCore::Image in magnify()
3505 void Magick::Image::map(const Image &mapImage_,const bool dither_) in map()
3515 void Magick::Image::medianFilter(const double radius_) in medianFilter()
3517 MagickCore::Image in medianFilter()
3527 void Magick::Image::minify(void) in minify()
3529 MagickCore::Image in minify()
3538 void Magick::Image::modulate(const double brightness_,const double saturation_, in modulate()
3553 Magick::ImageMoments Magick::Image::moments(void) const in moments()
3558 void Magick::Image::morphology(const MorphologyMethod method_, in morphology()
3564 MagickCore::Image in morphology()
3578 void Magick::Image::morphology(const MorphologyMethod method_, in morphology()
3602 void Magick::Image::morphologyChannel(const ChannelType channel_, in morphologyChannel()
3609 MagickCore::Image in morphologyChannel()
3630 void Magick::Image::morphologyChannel(const ChannelType channel_, in morphologyChannel()
3655 void Magick::Image::motionBlur(const double radius_,const double sigma_, in motionBlur()
3658 MagickCore::Image in motionBlur()
3667 void Magick::Image::negate(const bool grayscale_) in negate()
3675 void Magick::Image::negateChannel(const ChannelType channel_, in negateChannel()
3686 void Magick::Image::normalize(void) in normalize()
3694 void Magick::Image::oilPaint(const double radius_,const double sigma_) in oilPaint()
3696 MagickCore::Image in oilPaint()
3705 void Magick::Image::opaque(const Color &opaqueColor_,const Color &penColor_, in opaque()
3738 void Magick::Image::orderedDither(std::string thresholdMap_) in orderedDither()
3746 void Magick::Image::orderedDitherChannel(const ChannelType channel_, in orderedDitherChannel()
3757 void Magick::Image::perceptible(const double epsilon_) in perceptible()
3765 void Magick::Image::perceptibleChannel(const ChannelType channel_, in perceptibleChannel()
3776 Magick::ImagePerceptualHash Magick::Image::perceptualHash() const in perceptualHash()
3781 void Magick::Image::ping(const std::string &imageSpec_) in ping()
3783 MagickCore::Image in ping()
3792 void Magick::Image::ping(const Blob& blob_) in ping()
3794 MagickCore::Image in ping()
3802 void Magick::Image::pixelColor(const ssize_t x_,const ssize_t y_, in pixelColor()
3831 Magick::Color Magick::Image::pixelColor(const ssize_t x_, in pixelColor()
3850 void Magick::Image::polaroid(const std::string &caption_,const double angle_, in polaroid()
3853 MagickCore::Image in polaroid()
3863 void Magick::Image::posterize(const size_t levels_,const DitherMethod method_) in posterize()
3871 void Magick::Image::posterizeChannel(const ChannelType channel_, in posterizeChannel()
3882 void Magick::Image::process(std::string name_,const ssize_t argc, in process()
3893 void Magick::Image::profile(const std::string name_, in profile()
3903 Magick::Blob Magick::Image::profile(const std::string name_) const in profile()
3916 void Magick::Image::quantize(const bool measureError_) in quantize()
3930 void Magick::Image::raise(const Geometry &geometry_,const bool raisedFlag_) in raise()
3942 void Magick::Image::randomThreshold(const double low_,const double high_) in randomThreshold()
3949 void Magick::Image::randomThresholdChannel(const ChannelType channel_, in randomThresholdChannel()
3960 void Magick::Image::read(const Blob &blob_) in read()
3962 MagickCore::Image in read()
3971 void Magick::Image::read(const Blob &blob_,const Geometry &size_) in read()
3977 void Magick::Image::read(const Blob &blob_,const Geometry &size_, in read()
3985 void Magick::Image::read(const Blob &blob_,const Geometry &size_, in read()
3996 void Magick::Image::read(const Blob &blob_,const Geometry &size_, in read()
4006 void Magick::Image::read(const Geometry &size_,const std::string &imageSpec_) in read()
4012 void Magick::Image::read(const size_t width_,const size_t height_, in read()
4015 MagickCore::Image in read()
4025 void Magick::Image::read(const std::string &imageSpec_) in read()
4027 MagickCore::Image in read()
4036 void Magick::Image::readMask(const Magick::Image &mask_) in readMask()
4041 Magick::Image Magick::Image::readMask(void) const in readMask()
4046 void Magick::Image::readPixels(const Magick::QuantumType quantum_, in readPixels()
4060 void Magick::Image::reduceNoise(void) in reduceNoise()
4065 void Magick::Image::reduceNoise(const size_t order_) in reduceNoise()
4067 MagickCore::Image in reduceNoise()
4077 void Magick::Image::repage() in repage()
4087 void Magick::Image::resample(const Point &density_) in resample()
4089 MagickCore::Image in resample()
4099 void Magick::Image::resize(const Geometry &geometry_) in resize()
4101 MagickCore::Image in resize()
4124 void Magick::Image::roll(const Geometry &roll_) in roll()
4126 MagickCore::Image in roll()
4135 void Magick::Image::roll(const size_t columns_,const size_t rows_) in roll()
4137 MagickCore::Image in roll()
4147 void Magick::Image::rotate(const double degrees_) in rotate()
4149 MagickCore::Image in rotate()
4158 void Magick::Image::rotationalBlur(const double angle_) in rotationalBlur()
4160 MagickCore::Image in rotationalBlur()
4169 void Magick::Image::rotationalBlurChannel(const ChannelType channel_, in rotationalBlurChannel()
4172 MagickCore::Image in rotationalBlurChannel()
4183 void Magick::Image::sample(const Geometry &geometry_) in sample()
4185 MagickCore::Image in sample()
4205 void Magick::Image::scale(const Geometry &geometry_) in scale()
4207 MagickCore::Image in scale()
4227 void Magick::Image::segment(const double clusterThreshold_, in segment()
4239 void Magick::Image::selectiveBlur(const double radius_,const double sigma_, in selectiveBlur()
4242 MagickCore::Image in selectiveBlur()
4252 void Magick::Image::selectiveBlurChannel(const ChannelType channel_, in selectiveBlurChannel()
4255 MagickCore::Image in selectiveBlurChannel()
4267 Magick::Image Magick::Image::separate(const ChannelType channel_) const in separate()
4269 MagickCore::Image in separate()
4275 if (image == (MagickCore::Image *) NULL) in separate()
4276 return(Magick::Image()); in separate()
4278 return(Magick::Image(image)); in separate()
4281 void Magick::Image::sepiaTone(const double threshold_) in sepiaTone()
4283 MagickCore::Image in sepiaTone()
4292 bool Magick::Image::setColorMetric(const Image &reference_) in setColorMetric()
4297 Image in setColorMetric()
4308 Magick::Quantum *Magick::Image::setPixels(const ssize_t x_,const ssize_t y_, in setPixels()
4321 void Magick::Image::shade(const double azimuth_,const double elevation_, in shade()
4324 MagickCore::Image in shade()
4334 void Magick::Image::shadow(const double percent_opacity_,const double sigma_, in shadow()
4337 MagickCore::Image in shadow()
4347 void Magick::Image::sharpen(const double radius_,const double sigma_) in sharpen()
4349 MagickCore::Image in sharpen()
4358 void Magick::Image::sharpenChannel(const ChannelType channel_, in sharpenChannel()
4361 MagickCore::Image in sharpenChannel()
4372 void Magick::Image::shave(const Geometry &geometry_) in shave()
4374 MagickCore::Image in shave()
4386 void Magick::Image::shear(const double xShearAngle_,const double yShearAngle_) in shear()
4388 MagickCore::Image in shear()
4397 void Magick::Image::sigmoidalContrast(const bool sharpen_, in sigmoidalContrast()
4407 std::string Magick::Image::signature(const bool force_) const in signature()
4412 void Magick::Image::sketch(const double radius_,const double sigma_, in sketch()
4415 MagickCore::Image in sketch()
4424 void Magick::Image::solarize(const double factor_) in solarize()
4432 void Magick::Image::sparseColor(const ChannelType channel_, in sparseColor()
4436 MagickCore::Image in sparseColor()
4448 void Magick::Image::splice(const Geometry &geometry_) in splice()
4450 MagickCore::Image in splice()
4462 void Magick::Image::splice(const Geometry &geometry_, in splice()
4469 void Magick::Image::splice(const Geometry &geometry_, in splice()
4477 void Magick::Image::spread(const double amount_) in spread()
4479 MagickCore::Image in spread()
4488 Magick::ImageStatistics Magick::Image::statistics() const in statistics()
4493 void Magick::Image::stegano(const Image &watermark_) in stegano()
4495 MagickCore::Image in stegano()
4504 void Magick::Image::stereo(const Image &rightImage_) in stereo()
4506 MagickCore::Image in stereo()
4515 void Magick::Image::strip(void) in strip()
4523 Magick::Image Magick::Image::subImageSearch(const Image &reference_, in subImageSearch()
4527 MagickCore::Image in subImageSearch()
4539 if (newImage == (MagickCore::Image *) NULL) in subImageSearch()
4540 return(Magick::Image()); in subImageSearch()
4542 return(Magick::Image(newImage)); in subImageSearch()
4545 void Magick::Image::swirl(const double degrees_) in swirl()
4547 MagickCore::Image in swirl()
4557 void Magick::Image::syncPixels(void) in syncPixels()
4564 void Magick::Image::texture(const Image &texture_) in texture()
4572 void Magick::Image::threshold(const double threshold_) in threshold()
4580 void Magick::Image::thumbnail(const Geometry &geometry_) in thumbnail()
4582 MagickCore::Image in thumbnail()
4602 void Magick::Image::tint(const std::string opacity_) in tint()
4604 MagickCore::Image in tint()
4617 void Magick::Image::transformOrigin(const double x_,const double y_) in transformOrigin()
4623 void Magick::Image::transformReset(void) in transformReset()
4629 void Magick::Image::transformScale(const double sx_,const double sy_) in transformScale()
4635 void Magick::Image::transparent(const Color &color_,const bool inverse_) in transparent()
4657 void Magick::Image::transparentChroma(const Color &colorLow_, in transparentChroma()
4686 void Magick::Image::transpose(void) in transpose()
4688 MagickCore::Image in transpose()
4697 void Magick::Image::transverse(void) in transverse()
4699 MagickCore::Image in transverse()
4708 void Magick::Image::trim(void) in trim()
4710 MagickCore::Image in trim()
4719 Magick::Image Magick::Image::uniqueColors(void) const in uniqueColors()
4721 MagickCore::Image in uniqueColors()
4727 if (image == (MagickCore::Image *) NULL) in uniqueColors()
4728 return(Magick::Image()); in uniqueColors()
4730 return(Magick::Image(image)); in uniqueColors()
4733 void Magick::Image::unsharpmask(const double radius_,const double sigma_, in unsharpmask()
4736 MagickCore::Image in unsharpmask()
4746 void Magick::Image::unsharpmaskChannel(const ChannelType channel_, in unsharpmaskChannel()
4750 MagickCore::Image in unsharpmaskChannel()
4762 void Magick::Image::vignette(const double radius_,const double sigma_, in vignette()
4765 MagickCore::Image in vignette()
4774 void Magick::Image::wave(const double amplitude_,const double wavelength_) in wave()
4776 MagickCore::Image in wave()
4786 void Magick::Image::waveletDenoise(const double threshold_, in waveletDenoise()
4789 MagickCore::Image in waveletDenoise()
4799 void Magick::Image::whiteThreshold(const std::string &threshold_) in whiteThreshold()
4807 void Magick::Image::whiteThresholdChannel(const ChannelType channel_, in whiteThresholdChannel()
4818 void Magick::Image::write(Blob *blob_) in write()
4834 void Magick::Image::write(Blob *blob_,const std::string &magick_) in write()
4851 void Magick::Image::write(Blob *blob_,const std::string &magick_, in write()
4870 void Magick::Image::write(const ssize_t x_,const ssize_t y_, in write()
4880 void Magick::Image::write(const std::string &imageSpec_) in write()
4889 void Magick::Image::writeMask(const Magick::Image &mask_) in writeMask()
4894 Magick::Image Magick::Image::writeMask(void) const in writeMask()
4899 void Magick::Image::writePixels(const Magick::QuantumType quantum_, in writePixels()
4913 void Magick::Image::zoom(const Geometry &geometry_) in zoom()
4915 MagickCore::Image in zoom()
4935 Magick::Image::Image(MagickCore::Image *image_) in Image() function in Magick::Image
4940 MagickCore::Image *&Magick::Image::image(void) in image()
4945 const MagickCore::Image *Magick::Image::constImage(void) const in constImage()
4950 MagickCore::ImageInfo *Magick::Image::imageInfo(void) in imageInfo()
4955 const MagickCore::ImageInfo *Magick::Image::constImageInfo(void) const in constImageInfo()
4960 Magick::Options *Magick::Image::options(void) in options()
4965 const Magick::Options *Magick::Image::constOptions(void) const in constOptions()
4970 MagickCore::QuantizeInfo *Magick::Image::quantizeInfo(void) in quantizeInfo()
4975 const MagickCore::QuantizeInfo *Magick::Image::constQuantizeInfo(void) const in constQuantizeInfo()
4980 void Magick::Image::modifyImage(void) in modifyImage()
4990 MagickCore::Image *Magick::Image::replaceImage(MagickCore::Image *replacement_) in replaceImage()
4992 MagickCore::Image in replaceImage()
5008 void Magick::Image::read(MagickCore::Image *image, in read()
5012 if (image != (MagickCore::Image *) NULL && in read()
5013 image->next != (MagickCore::Image *) NULL) in read()
5015 MagickCore::Image in read()
5020 image->next=(MagickCore::Image *) NULL; in read()
5021 next->previous=(MagickCore::Image *) NULL; in read()
5026 image == (MagickCore::Image *) NULL) in read()
5036 void Magick::Image::floodFill(const ssize_t x_,const ssize_t y_, in floodFill()
5037 const Magick::Image *fillPattern_,const Magick::Color &fill_, in floodFill()
5043 MagickCore::Image in floodFill()
5048 fillPattern=(MagickCore::Image *)NULL; in floodFill()
5049 if (options()->fillPattern() != (MagickCore::Image *)NULL) in floodFill()
5057 if (fillPattern_ == (Magick::Image *)NULL) in floodFill()
5059 options()->fillPattern((MagickCore::Image *)NULL); in floodFill()
5075 void Magick::Image::mask(const Magick::Image &mask_,const PixelMask type) in mask()
5083 SetImageMask(image(),type,(MagickCore::Image *) NULL, in mask()
5088 Magick::Image Magick::Image::mask(const PixelMask type) const in mask()
5090 MagickCore::Image in mask()
5097 if (image == (MagickCore::Image *) NULL) in mask()
5098 return(Magick::Image()); in mask()
5100 return(Magick::Image(image)); in mask()