Summary: | Krita doesn't properly save a tif created in the Lab color space. Neutral gray turns brilliant blue or red. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Elle Stone <elle> |
Component: | Color models | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/63dcea5c0e7877ed5cb53d805f9126706ef5271e | Version Fixed In: | |
Sentry Crash Report: |
Description
Elle Stone
2012-11-19 17:35:56 UTC
Using krita, I opened Lindbloom's Lab-space profile evaluation images from here: http://www.brucelindbloom.com/index.html?ProfileEvaluation.html My goal to was to put the evaluation images in one image file so I could see them all at once. Upon reopening the saved tif file with krita, the image had turned brilliant blue. So krita still can't correctly save a lab tif. I really wish it could, because the only other alternative is Cinepaint, and Cinepaint is flaky about assembling layers. I'm using krita Version 2.6 RC2 Using KDE Development Platform 4.9.5 "release 3" from the opensuse repository. Hi Elle, Thanks for your report. I'm not sure what we're doing wrong, but there's something pretty weird going on with our support for Lab. It's bright red in photoshop... Git commit f4ac4cd2e553bb86b711fa77701953e7a13bac7b by Boudewijn Rempt. Committed on 19/09/2015 at 12:23. Pushed by rempt into branch 'calligra/2.9'. Internally, Krita uses the ICCLAB definition, not the CIELAB definition, so we shouldn't convert what we read to CIELAB, and should save what we save tagged as ICCLAB. Photoshop CS2 and CC can now load our TIFF Lab images! (We don't have a gimp devel build to test with atm.) M +3 -3 krita/plugins/formats/tiff/kis_tiff_converter.cc M +6 -6 krita/plugins/formats/tiff/kis_tiff_reader.h M +2 -2 krita/plugins/formats/tiff/kis_tiff_writer_visitor.cpp http://commits.kde.org/calligra/f4ac4cd2e553bb86b711fa77701953e7a13bac7b Git commit 63dcea5c0e7877ed5cb53d805f9126706ef5271e by Boudewijn Rempt. Committed on 19/09/2015 at 12:27. Pushed by rempt into branch 'master'. Internally, Krita uses the ICCLAB definition, not the CIELAB definition, so we shouldn't convert what we read to CIELAB, and should save what we save tagged as ICCLAB. Photoshop CS2 and CC can now load our TIFF Lab images! (We don't have a gimp devel build to test with atm.) M +3 -3 krita/plugins/formats/tiff/kis_tiff_converter.cc M +6 -6 krita/plugins/formats/tiff/kis_tiff_reader.h M +2 -2 krita/plugins/formats/tiff/kis_tiff_writer_visitor.cpp http://commits.kde.org/calligra/63dcea5c0e7877ed5cb53d805f9126706ef5271e |