I am trying to make sense of the following sentence (quote from here):
✓ Lossless up to 32 bits per channel (float or int)
My question is: can I store arbitrary 32-bit IEEE 754 single-precision floating point values in JPEG-XL ?
Starring at the reference implementation, it seems I really only have two options:
- 32-bit single-precision floating point values, with range 0.0-1.0
- 16-bit IEEE 754 half-precision floating point values