JPEG Save Options
Properties
Name | Type | Access | Default | Range | Min Version | Description |
---|---|---|---|---|---|---|
color | R W | - | - | 22.5 | A custom color to use to fill anti-aliased edges adjacent to transparent areas of the image. Mutually exclusive with 'matteColor'. | |
customMatte | R W | - | - | 22.5 | Custom matting color; overrides matteColor | |
embedColorProfile | boolean | R W | - | - | 22.5 | False to skip embedding the color profile in the document |
formatOptions | R W | STANDARDBASELINE | - | 22.5 | The JPEG format option to use. | |
matteColor | R W | - | - | 22.5 | The color to use to fill anti-aliased edges adjacent to transparent areas of the image. Mutually exclusive with 'color'. | |
quality | number | R W | 8 | 0...12 | 22.5 | The image quality setting to use; affects file size and compression. |
scans | number | R W | 3 | 3...5 | 22.5 | The number of scans to incrementally display the image on the page. formatOptions must be JPEGFormatOptions.PROGRESSIVE. |
typename | string | R | - | - | 22.5 | The class name of the referenced object: "JPEGSaveOptions". |