Bug 454283 - Implement 10 and 12-bit PQ and HLG for JPEG XL
Summary: Implement 10 and 12-bit PQ and HLG for JPEG XL
Status: RESOLVED DUPLICATE of bug 458054
Alias: None
Product: krita
Classification: Applications
Component: File formats (show other bugs)
Version: git master (please specify the git hash!)
Platform: Compiled Sources macOS
: NOR wishlist
Target Milestone: ---
Assignee: amyspark
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-23 16:23 UTC by amyspark
Modified: 2022-08-25 14:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description amyspark 2022-05-23 16:23:26 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

Fredrick Odhiambo from Intel has asked if we support HDR JXLs, as libjxl itself can't convert them to another format.
Wolthera had already commented that we should add this in the future, and it seems the time has arrived...

> but basically, my approach with this has been to convert to linear upon import, as icc profiles don't support eotf-2084/PQ (or HLG for that matter), and I'd prefer to be honest with the user about that. Then for export I offer the option to convert to PQ or HLG.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 amyspark 2022-08-25 14:00:31 UTC
Marking as duplicate because (to the best of my understanding) we use libjxl's ICC support for this. It's broken for other reasons that will be addressed in the original bug.

*** This bug has been marked as a duplicate of bug 458054 ***