Summary: | Vector layers lost when exporting to *.ora. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Josh Bell <joshbell7> |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | halla |
Priority: | NOR | ||
Version: | 2.4 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/3f7fc889140227758051d478855f0eaac3247d8b | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | .kra file produced by Krita Beta on Windows. Krita 2.4 on ubuntu shows only a blank image upon opening. |
Description
Josh Bell
2012-06-28 05:45:37 UTC
Ai! Yes, OpenRaster doesn't support vector layers, just like it only supports rgb and grayscale images. I'll put in a warning if there are vector layers present. The other issue you mention, where .kra files form 2.4 beta don't load worry me even more. Do you have one of those files for me so I can determine the issue and make Krita support them properly? Created attachment 72190 [details]
.kra file produced by Krita Beta on Windows. Krita 2.4 on ubuntu shows only a blank image upon opening.
Sure, here's a file. I just checked it again and I'm still encountering the same issue. Do you want me to open a new ticket or is it fine as-is?
no, this is fine. I'm looking at it right now. Problems with loading .kra files have the highest priority :-) Zut... Yes, I can reproduce in the 2.4 branch. It works in 2.5 and git master, fortunately. But that means that at one point a bug fix didn't get backported, and we've just released the last version of Krita 2.4 before releasing 2.5 :-( Git commit 3f7fc889140227758051d478855f0eaac3247d8b by Boudewijn Rempt. Committed on 28/06/2012 at 14:52. Pushed by rempt into branch 'master'. Save incompatible layers as paint layers to openraster And warn the user about the loss. M +31 -0 krita/plugins/formats/ora/ora_export.cc M +9 -3 krita/plugins/formats/ora/ora_save_context.cc M +2 -1 krita/plugins/formats/ora/ora_save_context.h M +1 -1 krita/ui/openrastertk/kis_open_raster_save_context.h M +25 -13 krita/ui/openrastertk/kis_open_raster_stack_save_visitor.cpp M +7 -7 krita/ui/openrastertk/kis_open_raster_stack_save_visitor.h http://commits.kde.org/calligra/3f7fc889140227758051d478855f0eaac3247d8b |