Table of Contents

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

double

NormalizedMaximumError

Gets the normalized maximum error per pixel computed when an image is color reduced.

public double NormalizedMaximumError { get; }

Property Value

double

NormalizedMeanError

Gets the normalized mean error per pixel computed when an image is color reduced.

public double NormalizedMeanError { get; }

Property Value

double