PhotoShow icon indicating copy to clipboard operation
PhotoShow copied to clipboard

Whats the right path for convert in config.php

Open elchupete opened this issue 6 years ago • 2 comments

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

elchupete avatar Mar 02 '18 00:03 elchupete

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

Regards

saarloosw avatar Mar 04 '18 12:03 saarloosw

$config->imagemagick_path = '/usr/bin/convert';

gboudreau avatar Mar 04 '18 12:03 gboudreau