2shady4u / godot-kra-psd-importer

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

Remove dependency of external environmental variable `MAGICK_CODER_MODULE_PATH` #1

Closed 2shady4u closed 4 years ago

2shady4u commented 4 years ago

Currently, the library requires the MAGICK_CODER_MODULE_PATH to be set as an environmental variable while all necessary DLL's are actually contained in the win64-folder.

Thus setting this variable in the registry might actually not be necessary and there might be a way to just make the ImageMagick module find the coder modules in the same folder.

Currently I don't have any clue on how to fix this...

2shady4u commented 4 years ago

This has been fixed in the latest master branch, in which there are no external dependencies anymore. (Except for the Godot bindings)