Archive for October, 2008

Installing Imagick for PHP on Ubuntu through PECL

Sunday, October 12th, 2008

I need to work with editing some images programatically and have always favored ImageMagick over GD (to be fair, I haven’t used GD in at least 3 years). In the past, I used php to pipe commands to the command line via exec(), which never felt right. I remember seeing some development work on an […]