From dd97eeadb959bf2d6435a2ea0a8cf4f1306f42b9 Mon Sep 17 00:00:00 2001 From: Cristy Date: Fri, 9 Dec 2022 08:40:05 -0500 Subject: [PATCH] correct Image::compare documentation (https://github.com/ImageMagick/ImageMagick/discussions/5869) --- Magick++/lib/Image.cpp | 2 +- Magick++/lib/Magick++/Image.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Magick++/lib/Image.cpp b/Magick++/lib/Image.cpp index 8a4cfabf6f..dbe8578b31 100644 --- a/Magick++/lib/Image.cpp +++ b/Magick++/lib/Image.cpp @@ -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 diff --git a/Magick++/lib/Magick++/Image.h b/Magick++/lib/Magick++/Image.h index f821b390e9..f061d9b2ec 100644 --- a/Magick++/lib/Magick++/Image.h +++ b/Magick++/lib/Magick++/Image.h @@ -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