while Thumbnails with Imagick and gd library settings are working, we have run into a problem with path specfication of ImageMagick in the local.config.php file, both with a fully specified path
‘E:\xampp\htdocs\o-s-301\vendor\ImageMagick’ and a relative one ‘\ImageMagick’ (and actually everything we have thrown at it, using diff. directories etc.).
Thumbnailer\Imagick for example returns for the above path the followig error message:
Omeka\File\Exception\InvalidThumbnailerException: ImageMagick error: invalid ImageMagick command. in E:\xampp\htdocs\o-s-301\application\src\File\Thumbnailer\ImageMagick.php:112
Stack trace:
#0 E:\xampp\htdocs\o-s-301\application\src\File\Thumbnailer\ImageMagick.php(41): Omeka\File\Thumbnailer\ImageMagick->setConvertPath(’\ImageMagick’)
I am sure we are doing something wrong here…