2shady4u / godot-kra-psd-importer

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

Godot crashes during import with 16bit images #6

Open nesja opened 3 years ago

nesja commented 3 years ago

Godot 3.2.1 crashes during import with 16bit images. 8bit works perfect with .kra but still crashes with .psd. I'll add a description if I can isolate the issue conditions more precisely.

Thank you for the great plugin, it saves a lot of time.

2shady4u commented 3 years ago

@nesja

Indeed, the KRA part of this plugin can only handle 8-bit at the current time...

Regarding PSD... last I remember PSD should be supported for 8, 16 and 24 bit 🤔 Does this crash happen when you attempt to process the example PSD in the demo project?

Cheers!

DISCLAIMER: This repo is very much an unfinished work-in-progress.. so while it does the job for simple examples, I do not recommend/endorse its use in production until it is in a later stage of development.

nesja commented 3 years ago

@2shady4u The example PSD works fine. Other PSDs are crashes regardless of depth, so probably cause of the issue is not associated with issue topic. So I'll just use it carefully as it is. Thanks!