Summary: | Imported RAW image has linear RGB color profile wrongly attached | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | File formats | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.3.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/3aa33a38fc969f2c02d0f2242069766cd0a799e6 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dmitry Kazakov
2020-08-13 22:11:56 UTC
Git commit 90365ac57866bb55f8143210addd96ad3558bdf1 by Dmitry Kazakov. Committed on 14/08/2020 at 13:27. Pushed by dkazakov into branch 'krita/4.3'. Fix ICC file type selector widget for the RAW import plugin Qt uses space as a separator for filters, not semicolor M +1 -1 plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp https://invent.kde.org/graphics/krita/commit/90365ac57866bb55f8143210addd96ad3558bdf1 Git commit fa805d1a732c66edf253b151a59202db5722365c by Dmitry Kazakov. Committed on 14/08/2020 at 13:26. Pushed by dkazakov into branch 'krita/4.3'. Fix setting a proper color profile in RAW import plugin The patch also activates instalation of more Elle's color profiles, because they are used in RAW options. The proper color space for Adobe RGB is ClayRGB-elle-V2-g22.icc, because TRC curve for Adobe's color space is 2.2, not sRGB one. M +3 -0 krita/data/profiles/elles-icc-profiles/CMakeLists.txt M +41 -1 plugins/impex/raw/kis_raw_import.cpp https://invent.kde.org/graphics/krita/commit/fa805d1a732c66edf253b151a59202db5722365c Git commit 3aa33a38fc969f2c02d0f2242069766cd0a799e6 by Dmitry Kazakov. Committed on 14/08/2020 at 13:28. Pushed by dkazakov into branch 'master'. Fix setting a proper color profile in RAW import plugin The patch also activates instalation of more Elle's color profiles, because they are used in RAW options. The proper color space for Adobe RGB is ClayRGB-elle-V2-g22.icc, because TRC curve for Adobe's color space is 2.2, not sRGB one. M +3 -0 krita/data/profiles/elles-icc-profiles/CMakeLists.txt M +41 -1 plugins/impex/raw/kis_raw_import.cpp https://invent.kde.org/graphics/krita/commit/3aa33a38fc969f2c02d0f2242069766cd0a799e6 Git commit 5210f71668f04b9408b21a22b8491fcbcc6e54fd by Dmitry Kazakov. Committed on 14/08/2020 at 13:28. Pushed by dkazakov into branch 'master'. Fix ICC file type selector widget for the RAW import plugin Qt uses space as a separator for filters, not semicolor M +1 -1 plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp https://invent.kde.org/graphics/krita/commit/5210f71668f04b9408b21a22b8491fcbcc6e54fd |