Class
Options for saving a document in GIF format. Base Class: SaveOptions
GIFSaveOptions
Class
Property | Type | Access | Description |
---|---|---|---|
colors | int | r/w | The number of colors in palette. Not valid for all palette types. |
dither | Dither: Dither.NONE Dither.DIFFUSION Dither.PATTERN Dither.NOISE |
r/w | The type of dither. |
ditherAmount | int (range: 1 - 100) | r/w | The amount of dither. Valid only when 'dither type' is diffusion. Range: 1 to 100. (default: 75) |
forced | ForcedColors: ForcedColors.NONE ForcedColors.BLACKWHITE ForcedColors.PRIMARIES ForcedColors.WEB |
r/w | The type of colors to force into the color palette. |
interlaced | bool | r/w | If true, rows are interlaced. (default: false) |
matte | MatteType: MatteType.NONE MatteType.FOREGROUND MatteType.BACKGROUND MatteType.WHITE MatteType.BLACK MatteType.SEMIGRAY MatteType.NETSCAPE |
r/w | The color to use to fill anti-aliased edges adjacent to transparent areas of the image. Default: white. |
palette | Palette: Palette.EXACT Palette.MACOSPALETTE Palette.WINDOWSPALETTE Palette.WEBPALETTE Palette.UNIFORM Palette.LOCALPERCEPTUAL Palette.LOCALSELECTIVE Palette.LOCALADAPTIVE Palette.MASTERPERCEPTUAL Palette.MASTERSELECTIVE Palette.MASTERADAPTIVE Palette.PREVIOUSPALETTE |
r/w | The type of palette to use. (default: Palette.LOCALSELECTIVE) |
preserveExactColors | bool | r/w | If true, protects colors in the image that contain entries in the color table from being dithered. Valid only when 'dither' = diffusion. |
transparency | bool | r/w | If true, preserves transparent ares of the image during GIF conversion. |
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |