Bug 340058 - PSD export doesn't correctly write out complex CMYK files
Summary: PSD export doesn't correctly write out complex CMYK files
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: File formats (show other bugs)
Version: 2.8.3
Platform: unspecified Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL: https://www.dropbox.com/sh/5urhyjei9f...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-17 15:25 UTC by sergio
Modified: 2015-08-08 07:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sergio 2014-10-17 15:25:13 UTC
this happens in linux mint to.
Comment 1 Halla Rempt 2014-10-20 12:13:48 UTC
Hi Sergio,

There are two problems here: the first is that OpenRaster (because it's based on PNG) doesn't support CMYK. Your image is CMYK, so Krita gets confused. I've added a check for that, and now Krita tells you about the problem.

As for saving to PSD, I've tested that too, and while the saving succeeds, the result looks pretty mangled. I need to investigate that next.
Comment 2 Halla Rempt 2014-10-20 12:17:36 UTC
Git commit 854453516aa1429ad2291e6e80b7070ec2600332 by Boudewijn Rempt.
Committed on 18/10/2014 at 20:07.
Pushed by rempt into branch 'master'.

Warn and bail out when saving unsported color model images to ORA

M  +16   -0    krita/plugins/formats/ora/ora_export.cc

http://commits.kde.org/calligra/854453516aa1429ad2291e6e80b7070ec2600332
Comment 3 Halla Rempt 2015-08-08 07:45:32 UTC
I just tested this again and it seems to work now with 2.9.x