That would certainly be the problem. Why your module version would be showing like that, however, I have no clue. You will probably need to contact your host about this issue. Perhaps recompiling Imagick would fix the package version.
hi, i have installed imagick-3.0.1 and i have activated Imagick in zenphoto succesfully. But the tif s are still not working/shown ... any suggestions?
thx
ok - thx for the tip
i found the problem: my files have the ending ".tif" ... with ".tiff" its working
libtiff supports both .tiff and the alternative .tif. ImageMagick gets information directly from that lib, so it really should work for both unless something is screwed up in the configuration of libtiff, ImageMagick, or Imagick. You'll have to see if your host can find the issue.
I also had a lot of problems with the "red lightning bolt" (red crack? red slash? What the heck IS that thing) appearing for thumbnails.
Resolved it by enabling imagemagick, deleting all the files (not directories!) under cache.
As noted above, getting imagemagick installed properly can be a pain -- you have to have ImageMagick the tool, and imagemagick the php extension as well. Finally broke down and installed pecl and imagick, which required PHP 5.4, which wanted a later version of MySQL, which wanted a horse, which wanted a nail, etc. Ugh.
But at least my thumbnails work now. Sigh.
I'm also having trouble getting the Imagick option to be enabled on options | image ("The Imagick extension is not available.") I'm working with the provider of my hosted VPS to ensure that all the elements are installed and configured correctly. They say that:
. Package ImageMagick-6.7.8.9-15.el7_2.x86_64 already installed and latest version
. We enabled ImageMagick for PHP 5.6.
. We have have added extension=imagick.so to your local.ini for PHP 5.6 and restarted Apache
I can see this extension in the php.ini file, but there's no sign of it in my phpInfo.php output, which I assume is the problem. I know this is not a hosting forum, but does anyone have any tips on what else needs to happen?
You additionally need the Imagick PHP extension which hooks on ImageMagick. ImageMagick alone does not work.
http://php.net/manual/de/class.imagick.php