MaestroError / php-heic-to-jpg

The easiest way to convert HEIC images to JPEG with PHP and Laravel framework
MIT License
145 stars 20 forks source link

make sure execution permission is set #42

Open Tsjippy opened 6 months ago

Tsjippy commented 6 months ago

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);
}
MaestroError commented 6 months ago

@Tsjippy I will work on it later, thanks 👍