JXR: Fix loss of HDR data on write for format RGBA16FPx16_Premultiplied

When writing RGBA16FPx16_Premultiplied format, the image was converted to RGBA64 by clamping the float values. With this patch float values ​​outside the range [0, 1] are preserved.
This commit is contained in:
Mirco Miranda
2024-12-23 06:36:39 +00:00
parent b649cca304
commit 1cb294545f
2 changed files with 6 additions and 1 deletions