Summary: | PNG support for HDR clamps the dynamic range to SDR | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | amyspark <amy> |
Component: | File formats | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | halla |
Priority: | NOR | Keywords: | regression |
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 355727 | ||
Bug Blocks: |
Description
amyspark
2022-12-31 02:31:58 UTC
Did you discuss assigning this bug to Dmitry with Dmitry? Hi, amyspark! I cannot reproduce the issue here. Saving HDR images to PNG is supported only in rec2020pq color space (as per PNG-HDR standard). To do that you need to check a checkbox while saving. When doing so, everything works perfectly here in master. Git commit 1ee7682ab7fac5312d11c7a5c940873019e2ef36 by Dmitry Kazakov. Committed on 20/01/2023 at 15:30. Pushed by dkazakov into branch 'master'. Fix HDR-clipping in the Advanced Color Selector We should disable LCMS optimizations when the color profile is linear and, therefore, can have values above 1.0 M +3 -7 plugins/color/lcms2engine/IccColorSpaceEngine.cpp M +28 -0 plugins/color/lcms2engine/tests/TestLcmsRGBP2020PQColorSpace.cpp M +1 -0 plugins/color/lcms2engine/tests/TestLcmsRGBP2020PQColorSpace.h https://invent.kde.org/graphics/krita/commit/1ee7682ab7fac5312d11c7a5c940873019e2ef36 Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |