2shady4u / godot-kra-psd-importer

GDNative wrapper for importing KRA- and PSD-files (Godot 3.1+)
MIT License
61 stars 4 forks source link

support for xcf files? #5

Open voidplayer opened 4 years ago

voidplayer commented 4 years ago

Have you considered adding support for Gimp files? They support layers too

It also has good enough psd to xcf importer

i dont think i handle very complicated .psd but never had an issues opening them in gimp

PS: Also, thanks for working on this! this seem like a very useful plugin!

2shady4u commented 4 years ago

Hello @voidplayer !

I have indeed considered this, but I am considering this a low priority feature since there's still quite a lot of functionality missing for KRA and PSD that I would like to implement beforehand.

Of course, you are always free to help out with adding XCF support :) I'll leave this issue open since it is indeed a useful feature.

voidplayer commented 4 years ago

I just came up with the idea because i downloaded a few .psd and looking for ways to speed up the process found this

I realized i was handling the .psd in gimp anyway and doing the exports manually, but being in linux i cant use .psd part of this importer

And maybe xcf being an open format was easier to implement. Just throwing idea, because i wouldnt know how to do this, nor i know if you are having problems with .psd :)

2shady4u commented 4 years ago

Well it is certainly not a bad idea 😆 But I'd like for the KRA and PSD parts of this library to be more feature complete than they are now before I start adding new formats 😝

I'll leave this issue open for future reference.

voidplayer commented 4 years ago

Thanks for considering! :D