Installing ImageMagick without headaches

July 13, 2008
Filed under Server Management, Softwares

This is simple: on windows systems you have the option to use the automated installer here, it’s neither complicated or hard to install. On Linux based systems I recommend to install it from source for obvious reasons like you know what’s installed, where, and if there was a problem, you can debug easily because the [...]

Read the whole article »

How to install Imagick in the most simple way?

July 7, 2008
Filed under Development, PHP

This article is recommended for advanced users with linux knowledge.
First, what is Imagick and why would you use it?!
There is a library called ImageMagick© which can handle over 100 types of image formats, apply to images very cool effects and many more things with almost any type of image or even PDF!
So, the PHP developers [...]

Read the whole article »