Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Operation System is os x 10.9, i had install ImageMagick with brew and libtiff support.
On this mac runs an xampp server. I want to run this Command from php:
convert: unable to load module `/usr/local/Cellar/imagemagick/6.8.9-1/lib/ImageMagick//modules-Q16/coders/tiff.la': file not found @ error/module.c/OpenModule/1282. convert: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501. convert: no images defined `/path/to/picture/_render/target/end_0070.tif' @ error/convert.c/ConvertImageCommand/3187.
Return: convert: no images defined `/path/to/picture/_render/target/end_0070.tif' @ error/convert.c/ConvertImageCommand/3187.
Does convert -version list libtiff for one of its delegates. If not, then it was not installed correctly or you did not install IM after installing libtiff