Quantized

Overview

Quantized is a interface in Aspose.PDF FOSS for TypeScript.

The result of quantizing an image.

Properties: exact, indices, palette.

Properties

NameTypeAccessDescription
palette: Uint8ArrayReadRGB triples, 1..256 entries.
indices: Uint8ArrayReadOne palette index per pixel, in source order.
exact: booleanReadTrue when the palette holds every distinct colour of the source, so the mapping is lossless.