CompressionMode

TIFF compression type.

Entries

Link copied to clipboard

Dump mode.

Link copied to clipboard

CCITT modified Huffman RLE. For binarized images only.

Link copied to clipboard

CCITT T.4 (CCITTFAX3, CCITT Group 3 fax encoding, TIFF 6 name). For binarized images only.

Link copied to clipboard

CCITT T.6 (CCITTFAX4, CCITT Group 4 fax encoding, TIFF 6 name). For binarized images only.

Link copied to clipboard

Lempel-Ziv and Welch.

Link copied to clipboard

%JPEG DCT compression.

Link copied to clipboard

#1 w/ word alignment. For binarized images only.

Link copied to clipboard

Macintosh RLE.

Link copied to clipboard

Deflate compression. Legacy Deflate codec identifier.

Link copied to clipboard

Deflate compression, as recognized by Adobe. More widely supported.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun toJson(): String
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.