IFD¶
async_tiff.ImageFileDirectory ¶
compression
property
¶
compression: CompressionMethod | int
Access the compression tag.
An int
will be returned if the compression is not one of the values in
CompressionMethod
.
image_width
property
¶
image_width: int
The number of columns in the image, i.e., the number of pixels per row.
samples_per_pixel
property
¶
samples_per_pixel: int
The number of components per pixel.
SamplesPerPixel is usually 1 for bilevel, grayscale, and palette-color images. SamplesPerPixel is usually 3 for RGB images. If this value is higher, ExtraSamples should give an indication of the meaning of the additional channels.