Kind

Entries

Link copied to clipboard

Pixel data already flat in pixelBytes (Flate/LZW/CCITT/ASCII/RLE).

Link copied to clipboard

JPEG-encoded; encodedBytes is a complete JFIF/EXIF file.

Link copied to clipboard

Unused: CCITT decodes through the filter chain into RAW. Kept for API stability.

Link copied to clipboard

JBIG2-encoded payload the pure-Kotlin decoder could not handle (MMR/Huffman/halftone).

Link copied to clipboard

JPEG 2000-encoded; not decoded yet.

Link copied to clipboard

Filter chain not recognised; backends should render a placeholder.

Properties

Link copied to clipboard

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

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

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.