Class
Options for saving a document in Photoshop DCS 2.0 format. Base Class: SaveOptions
DCS2_SaveOptions
Class
Property | Type | Access | Description |
---|---|---|---|
DCS | DCSType: DCSType.NOCOMPOSITE DCSType.GRAYSCALECOMPOSITE DCSType.COLORCOMPOSITE |
r/w | The DCS type. (default: DCSType.NOCOMPOSITE) |
embedColorProfile | bool | r/w | If true, the color profile is embedded in the document. |
encoding | SaveEncoding: SaveEncoding.ASCII SaveEncoding.BINARY SaveEncoding.JPEGLOW SaveEncoding.JPEGMEDIUM SaveEncoding.JPEGHIGH SaveEncoding.JPEGMAXIMUM |
r/w | The type of encoding to use for document. (default: SaveEncoding.BINARY) |
halftoneScreen | bool | r/w | If true, includes halftone screen. (default: false) |
interpolation | bool | r/w | If true, image interpolation is used. (default: false) |
multiFileDCS | bool | r/w | If true, saves color channels as multiple files. (default: false) |
preview | Preview: Preview.NONE Preview.MONOCHROMETIFF Preview.EIGHTBITTIFF Preview.MACOSMONOCHROME Preview.MACOSEIGHTBIT Preview.MACOSJPEG |
r/w | The type of preview. (default: Preview.MACOSEIGHTBIT) |
spotColors | bool | r/w | If true, the spot colors are saved. |
transferFunction | bool | r/w | If true, includes transfer functions in the document to compensate for dot gain between the image and film. (default: false) |
vectorData | bool | r/w | If true, includes vector data. Valid only if the document contains vector data (un-rasterized text). |
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |