Open m1karii opened 1 year ago
This may not happen for a while but it is more or less on my todo list. Will try to see if I can add it for 0.9
As a user who work with GIMP, I prefer Open Raster Format (.ora) over .kra file if we consider openness of the file format. PSD would be enough for a while.
Found some more helpful docs for when we look at this: https://github.com/2shady4u/godot-kra-psd-importer/blob/master/docs/KRA_FORMAT.md https://github.com/2shady4u/libkra https://invent.kde.org/documentation/docs-krita-org/-/merge_requests/105/diffs
I think this issue if fixed. I'm using Inochi Creator 0.8.4 and there is an import .kra
option. I used it and it works just fine.
In kra-d
version 0.5.5, there is an incorrect recursion that needs to be fixed first in order to preserve structure
https://github.com/Inochi2D/kra-d/pull/1
Validations
Description
I'd like to be able to import krita (
.kra
) documents directly instead of having to export them into.psd
s first like i have to now. I think not having to rely on 3rd party proprietary file formats is good for the open source ecosystem as a whole.Suggested solution
Ability to import krita (
.kra
) documentsAlternative solution
No response
Additional Context
No response