DitheringAlgorithm Enumeration

Relativity Imaging API
Specifies the dithering algorithm used for an ImagingProfile instance.

Namespace:  Relativity.Imaging.Services.Interfaces
Assembly:  Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax

public enum DitheringAlgorithm

public enum DitheringAlgorithm
Members

  Member nameValueDescription
Clustered6X60 Specifies the use of clustered 6x6 dithering for the imaging job.
Clustered8X81 Specifies the use of clustered 8x8 dithering for the imaging job.
Clustered16X162 Specifies the use of clustered 16x16 dithering for the imaging job.
Dispersed4X43 Specifies the use of dispersed 4x4 dithering for the imaging job.
Dispersed8X84 Specifies the use of dispersed 8x8 dithering for the imaging job.
Dispersed16X165 Specifies the use of dispersed 16x16 dithering for the imaging job.
FloydAndSteinberg6 Specifies the use of the Floyd-Steinberg dithering algorithm for the imaging job.
Threshold7 Specifies the use of threshold dithering for the imaging job.
See Also

Reference