php-heic-to-jpg
php-heic-to-jpg copied to clipboard
make sure execution permission is set
we should add something like this:
$path = MODULE_PATH . 'lib/vendor/maestroerror/php-heic-to-jpg/bin/heicToJpg';
if(!is_executable($path)){
chmod($path, 0555);
}
@Tsjippy I will work on it later, thanks 👍