Adobe Photoshop CS5 Object Library JS: PICTBitsPerPixels
From Photoshop CS5
The number of bits per pixel to use when compressing a PICT file.
Value
| Name | Description | Value |
|---|---|---|
| PICTBitsPerPixels.EIGHT | 8 bits per pixel. | int 8 |
| PICTBitsPerPixels.FOUR | 4 bits per pixel. | int 4 |
| PICTBitsPerPixels.SIXTEEN | 16 bits per pixel. | int 16 |
| PICTBitsPerPixels.THIRTYTWO | 32 bits per pixel. | int 32 |
| PICTBitsPerPixels.TWO | 2 bits per pixel. | int 2 |
Usage
As property
PICTFileSaveOptions.resolution
PICTResourceSaveOptions.resolution
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |