ImageGear for Java
errorDiffusion Field
Specifies whether to improve accuracy using error diffusion.

Boolean value.

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.

Syntax
public boolean errorDiffusion

Return Value

Boolean value.
See Also

Reference

ImGearOctreeReductionOptions Class
ImGearOctreeReductionOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback