How To Install ImageMagick (And Imagick) With jp2 Support On CentOS (6.0)
How To Install ImageMagick (And Imagick) With jp2 Support On CentOS (6.0)This tutorial describes how to install ImageMagick and imagik with jp2 support on CentOS 6.0. 1. First we have to remove imagemagick. yum remove ImageMagick 2. Now install some dependencies. yum install jasper-devel 3. Download tar.gz from www.imagemagick.org. cd /tmp 4. Install: tar zxf ImageMagick-6.7.3-1.tar.gz 5. Install another dependency: yum install ImageMagick-devel 6. Install imagick: pecl install imagick 7. Next we edit /etc/php.ini and add extension=imagick.so: vi /etc/php.ini Press a to start editing, add extension=imagick.so and then press Escape and write :x. And the classic Enter. Restart Apache: service httpd restart Now you should see "imagick" and ".jp2" in phpinfo();. Good luck.
|



Recent comments
17 hours 23 min ago
17 hours 28 min ago
22 hours 27 min ago
1 day 5 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 11 hours ago
1 day 18 hours ago
1 day 22 hours ago
1 day 23 hours ago