thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
502 stars 151 forks source link

Whats the right path for convert in config.php #365

Open elchupete opened 6 years ago

elchupete commented 6 years ago

running whereis convert gives me

convert: /usr/bin/convert /usr/share/man/man1/convert.1.gz

So what is the correct entry in config.php to get thumbnails generated?

Thanks

saarloosw commented 6 years ago

/usr/bin/convert is the binary Run whereis -b convert to find only the binaries

Regards

gboudreau commented 6 years ago
$config->imagemagick_path = '/usr/bin/convert';