A simple Godot plugin that enables importing and loading Krita and OpenRaster files directly into Godot.
Unlike other plugins, this one also allows loading Krita files using Image::load_from_file.
Godot 4.x or newer.
- Download the plugin and place it in your
addonsfolder. - In the Globals tab of ProjectSettings, add the
image_loader_ora.gdscript (no need to leave as Global variable). .kraand.orafiles will now be recognized by Godot.
This project is licensed under the zlib license. As this is a simple plugin, I see no reason to use something like MIT.