Click or drag to resize

StiMonochromeDitheringType Enumeration

Enumeration describes a type of dithering for monochrome PCX file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public enum StiMonochromeDitheringType
Members
  Member nameValueDescription
None1 Without dithering. Low quality, small size of file.
FloydSteinberg2 Floyd-Steinberg dithering. Good quality, big size of file.
Ordered3 Ordered dithering with Bayer matrix 4x4. Poor quality, medium size of file.
See Also