Bug 454283

Summary: Implement 10 and 12-bit PQ and HLG for JPEG XL
Product: [Applications] krita Reporter: amyspark <amy>
Component: File formatsAssignee: amyspark <amy>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Compiled Sources   
OS: macOS   
Latest Commit: Version Fixed In:

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 ***