Quantized
Overview
Quantized is a interface in Aspose.PDF FOSS for TypeScript.
The result of quantizing an image.
Properties: exact, indices, palette.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
palette | : Uint8Array | Read | RGB triples, 1..256 entries. |
indices | : Uint8Array | Read | One palette index per pixel, in source order. |
exact | : boolean | Read | True when the palette holds every distinct colour of the source, so the mapping is lossless. |