public class TiffImage extends RasterImage:
Tagged Image File Format implementation.
TIFF decoding is delegated to the platform image backend because TIFF has many compression and color-space variants. The public API stays identical to the other raster image types.
image = TiffImage("scan.tiff")| Modifier and Type | Member | Description |
|---|---|---|
| public | TiffImage | Creates a TIFF image descriptor. |