Data Types
- original data
- suitable for use cases where exact values are needed, e.g. picking an exact value at user mouse position
- implicit precision error because of quantization of the original data into 256 possible values
- suitable for visualization-only use cases, because of better compression ratio
Last modified 10mo ago