=== Situation ===
We have 2 servers with Debian.
Server A is running with attached php_A.ini > phpinfo gives attached output phpinfo_server_A.png
=== Task ===
Install Magickwand for PHP on Server B
before we compile the Magickwand for PHP, we compiled ImageMagick 6.3.7 with ./configure-parameter quantum-depth=Q8
we need this speciall configuration-parameter with 8bit instead of the default 16bit.
so now we install Magickwand for PHP
1.) wget sourcefile from your site
2.) mkdir and unpack sourcefile
3.) phpize and ./configure (without any extra parameters)
4.) make and make install
5.) restart apache2
the results in Server B is running with attached php_A.ini > phpinfo gives attached output phpinfo_server_B.png
=== Problem ===
When we try to load a picture over the MagickWand we get an error-message: the image-format is not supported. How is it possible to get the MagickWand supported image formats?
(see attached file: server_A_B_differences.png)
Can anybody help?
attachments can downloaded here: http://www.martes.de/attachments.rar
Sincercly Manuel
manuel@martes.de
Install / Compiling Magickwand for PHP (Debain) ...
Re: Install / Compiling Magickwand for PHP (Debain) ...
Type
- convert -list format