All Classes and Interfaces
Class
Description
Single-channel 8-bit alpha bitmap, row-major, top-down.
Pure-Java BMP codec for image embedding / general use.
ICC color profile handle backed by an lcms2
cmsHPROFILE.Color transform between two
ColorProfiles, backed by an lcms2
cmsHTRANSFORM.Result of
BmpCodec.decode(byte[]).Result of
GifCodec.decodeFirstFrame(byte[]).Result of decoding a JPEG byte stream into raw RGB pixel data.
Result of
PngDecoder.decode(byte[]).Result of decoding a WebP byte stream into raw pixel data.
TrueType / OpenType font handle backed by stb_truetype via FFM.
Pure-Java GIF codec for image embedding / general use.
Pixel-space metrics for a single glyph (codepoint) at a specific pixel
height.
JPEG codec backed by libjpeg-turbo via Foreign Function & Memory API.
JPEG header information returned by
JpegCodec.readHeader(byte[]).Encoding options for
JpegCodec.encode(byte[], int, int, JpegOptions).JPEG chroma subsampling mode (mirrors libjpeg-turbo
TJSAMP_*).Image Codec Exception - Base exception for all image codec operations.
Pixel format describing channel layout, bit depth and ordering for buffers
passed to
ColorTransform.Pure-Java PNG decoder for image embedding / general use.
Pure-Java PNG encoder for image embedding / general use.
ICC rendering intent — determines how out-of-gamut colors are handled when
mapping between two color profiles.
Pixel-space metrics for a text run rendered at a specific pixel height.
WebP codec backed by libwebp via Foreign Function & Memory API.
Pixel layout used by WebP encode/decode operations.
WebP header information returned by
WebpCodec.readHeader(byte[]).Encoding options for
WebpCodec encode operations.