Bug 340058

Summary: PSD export doesn't correctly write out complex CMYK files
Product: [Applications] krita Reporter: sergio <sergioptx>
Component: File formatsAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: halla
Priority: NOR    
Version: 2.8.3   
Target Milestone: ---   
Platform: unspecified   
OS: Microsoft Windows   
URL: https://www.dropbox.com/sh/5urhyjei9fim9co/AADHE0UCwE1NLDh2iuDOheDKa?dl=0
Latest Commit: Version Fixed In:

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