Summary: | Conversion HDR file to exr changes the color profile | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tiar <tamtamy.tymona> |
Component: | HDR | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/342b87f3a50947e0f90cb822c40b7e0dfc966cc2 | Version Fixed In: | |
Sentry Crash Report: |
Description
Tiar
2019-04-26 22:19:02 UTC
EXR files don't store color profiles. In fact, color profiles are completely irrelevant for a HDR workflow: the colors are managed using the LUT docker. But because images cannot exist in krita without an associated icc profile, we pick the linear gamma icc file when loading an exr file by default. We could create a setting for that, or or maybe optionally ask the user when they load an exr file (but that would seriously annoy people who have an exr-based workflow). Git commit 342b87f3a50947e0f90cb822c40b7e0dfc966cc2 by Boudewijn Rempt. Committed on 01/05/2019 at 13:40. Pushed by rempt into branch 'master'. Add a hidden config option to set the default exr F16/F32 profile Exr files don't have profiles, and profiles are totally irrelevant for exr/hdr workflow: the lut docker is what is used in these cases. But since we need to set a profile on a krita image, let's make it configurable at least. Note: there's no gui for this because a) it's an advanced option and b) we're in string freeze. CCMAIL:kimageshop@kde.org M +4 -2 plugins/impex/exr/exr_converter.cc https://invent.kde.org/kde/krita/commit/342b87f3a50947e0f90cb822c40b7e0dfc966cc2 |