Value
Name | Description | Value |
---|---|---|
Dither.DIFFUSION | Diffuses dither effects in random patterns across adjacent pixels. | int 2 |
Dither.NOISE | Applies a random pattern but without diffusing the pattern across adjacent pixels; prevents the appearance of seams. | int 4 |
Dither.NONE | No dither is used. | int 1 |
Dither.PATTERN | Applies a halftone-like square pattern. | int 3 |
Usage
As property
ExportOptionsSaveForWeb.dither
ExportOptionsSaveForWeb.transparencyDither
GIFSaveOptions.dither
IndexedConversionOptions.dither
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |