Tag Archives: Imagick

03/26/2010
Comments

VC6 Windows binaries for imagick 2.3.0

Here are Windows binaries for imagick 2.3.0 compiled with VC6 (you can find VC9 binaries at Mikko’s blog) against PHP 5.3.2 (API20090626). php_imagick.dll, NTS php_imagick.dll, TS Remember that you still need the appropriate ImageMagick DLL for imagick to work.


07/08/2009
Comments

Basic word wrapping with Imagick

Imagick is a great extension for PHP that allows you to create and manipulate images. It is much better than GD. I wanted to draw some word wrapped text, but the unfortunate thing with Imagick is that you must use … Continue reading