ImageGear for .NET
ErrorDiffusion Field
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearOctreeReductionOptions Class : ErrorDiffusion Field




Glossary Item Box

Specifies whether to improve accuracy using error diffusion.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Field Value

Boolean value.

Remarks

Error diffusion attempts to spread out error (the difference in color between input and output pixels) across a two dimensional space in the output image. It increases overall accuracy, but can give the image a more speckled or dithered appearance. It also decreases the effectiveness of most compression algorithms since adjacent pixels are less likely to be the same color. Using octree reduction without error diffusion is sometimes known as ?nearest color? reduction.

See Also

©2013. Accusoft Corporation. All Rights Reserved.