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
Public Enumeration StiMonochromeDitheringType
Members
| Member name | Value | Description |
---|
| None | 1 |
Without dithering.
Low quality, small size of file.
|
| FloydSteinberg | 2 |
Floyd-Steinberg dithering.
Good quality, big size of file.
|
| Ordered | 3 |
Ordered dithering with Bayer matrix 4x4.
Poor quality, medium size of file.
|
See Also