| Property | Type | Access | Description |
| bitsPerChannel | int |
r/w | The number of bits for each channel. Valid values: 8 or 16. |
| byteOrder | ByteOrder: ByteOrder.IBM ByteOrder.MACOS |
r/w | The order in which bytes will be read. Valid only when 'bits per channel' = 16. |
| channelNumber | int |
r/w | The number of channels in the image. Valid only when 'bits per channel' = 16. Range: 1 to 56. |
| headerSize | int |
r/w | The number of bytes of information that will appear in the file before actual image information begins; that is, the number of zeroes inserted at the beginning of the file as placeholders. Range: 0 to 1919999. |
| height | int |
r/w | The image height (in pixels) |
| interleaveChannels | bool |
r/w | If true, color values are stored sequentially. |
| retainHeader | bool |
r/w | If true, the header is retained when saving. |
| width | int |
r/w | The image width (in pixels) |