Adobe Photoshop CS5 Object Library JS: TIFFEncoding
From Photoshop CS5
The encoding to use when saving to TIFF format.
Value
| Name | Description | Value |
|---|---|---|
| TIFFEncoding.JPEG | JPEG compression, which is lossy and recommended for continuous-tone images, such as photographs. | int 3 |
| TIFFEncoding.NONE | No compression. | int 1 |
| TIFFEncoding.TIFFLZW | LZW compression, which is lossless and most useful for images with large areas of single color. | int 2 |
| TIFFEncoding.TIFFZIP | Zip compression, which is lossless and most effective for images that contain large areas of single color. | int 4 |
Usage
As property
TiffSaveOptions.imageCompression
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |