How to install Imagemagick in Debian OS
Imagemagick is one of the best library to work with image. Lets see how to install imagemagick in Debian OS:
$ apt-get install imagemagick
It downloads the package and all it’s dependences from debian/ubuntu repository, and installed. now i have to install the support of php (as our product running on php)
$ apt-get install php5-imagick
Then I restarted the apache server to take effect this new package installation. if you are using php4 then the package name should be php4-imagick
$ /etc/init.d/apache2 restart
that’s all.
If you need imagemagick for your ruby , you can install the librmagick-ruby package.
Comments
Post a Comment