Object
GIFSaveOptions
Options for saving a document in GIF format.
Properties
| Name | Type |
Access | Description |
|---|
| static |
Int |
read/write |
The number of colors in palette. Not valid for all palette types. |
| static |
DitherType |
read/write |
The type of dither. |
| static |
Int = 75 1–100 |
read/write |
The amount of dither. Valid only when 'dither type' is diffusion. Range: 1 to 100. |
| static |
ForcedColors |
read/write |
The type of colors to force into the color palette. |
| static |
Boolean = false |
read/write |
If true, rows are interlaced. |
| static |
MatteType |
read/write |
The color to use to fill anti-aliased edges adjacent to transparent areas of the image. Default: white. |
| static |
PaletteType = PaletteType.LOCALSELECTIVE |
read/write |
The type of palette to use. |
| static |
Boolean |
read/write |
If true, protects colors in the image that contain entries in the color table from being dithered. Valid only when 'dither' = diffusion. |
| static |
Boolean |
read/write |
If true, preserves transparent ares of the image during GIF conversion. |