Enum NativeImagingDitheringAlgorithm
Specifies the dithering algorithm used for an ImagingProfile instance.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum NativeImagingDitheringAlgorithm
Fields
Name | Description |
---|---|
Clustered16X16 | Specifies the use of clustered 16x16 dithering for the imaging job. |
Clustered6X6 | Specifies the use of clustered 6x6 dithering for the imaging job. |
Clustered8X8 | Specifies the use of clustered 8x8 dithering for the imaging job. |
Dispersed16X16 | Specifies the use of dispersed 16x16 dithering for the imaging job. |
Dispersed4X4 | Specifies the use of dispersed 4x4 dithering for the imaging job. |
Dispersed8X8 | Specifies the use of dispersed 8x8 dithering for the imaging job. |
FloydAndSteinberg | Specifies the use of the Floyd-Steinberg dithering algorithm for the imaging job. |
Threshold | Specifies the use of threshold dithering for the imaging job. |
Unknown | Represents error during mapping. |