ReadonlybandsNumber of channels (bands) per pixel; 1 for single-band rasters.
ReadonlydtypeElement data type of the decoded pixels; one of RiptDataType. Typed
as | string to forward-tolerate any type a newer codec build reports.
ReadonlyheightRaster height in pixels (rows).
Readonlylossytrue if the tile was encoded with lossy compression; false if lossless.
ReadonlyvaluesDecoded pixels in row-major order. Single-band (bands === 1): one typed
array whose element type matches RiptInfo.dtype (Float32Array,
Int16Array, …) of length width * height. Multiband (bands > 1): one
such typed array per band (length bands), each width * height elements.
ReadonlywidthRaster width in pixels (columns).
A decoded RIPT raster: RiptInfo metadata plus the pixel values, as returned by RiptDecoder.decode.