mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
correct Image::compare documentation (https://github.com/ImageMagick/ImageMagick/discussions/5869)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
|
||||
//
|
||||
// Copyright @ 2013 ImageMagick Studio LLC, a non-profit organization
|
||||
// Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization
|
||||
// dedicated to making software imaging solutions freely available.
|
||||
//
|
||||
// Implementation of Image
|
||||
|
||||
@@ -1312,7 +1312,7 @@ namespace Magick
|
||||
void sepiaTone(const double threshold_);
|
||||
|
||||
// Sets meanErrorPerPixel, normalizedMaxError, and normalizedMeanError
|
||||
// in the current image. False is returned if the images are not identical.
|
||||
// in the current image. True is returned if the images are identical.
|
||||
bool setColorMetric(const Image &reference_);
|
||||
|
||||
// Allocates a pixel cache region to store image pixels as defined
|
||||
|
||||
Reference in New Issue
Block a user