Class MagickErrorInfo
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Encapsulates the error information.
public sealed class MagickErrorInfo : IMagickErrorInfo
- Inheritance
-
MagickErrorInfo
- Implements
-
IMagickErrorInfo
- Inherited Members
Properties
MeanErrorPerPixel
Gets the mean error per pixel computed when an image is color reduced.
public double MeanErrorPerPixel { get; }
Property Value
NormalizedMaximumError
Gets the normalized maximum error per pixel computed when an image is color reduced.
public double NormalizedMaximumError { get; }
Property Value
NormalizedMeanError
Gets the normalized mean error per pixel computed when an image is color reduced.
public double NormalizedMeanError { get; }