Download List

Project Description

php_imagick is an extension for PHP4 that makes
the ImageMagick image manipulation library
available from within PHP scripts. The extension
can be built as a self-contained shared object or
as a module built into PHP.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-12-03 19:37
0.9.01

The imagick extension was written from scratch. There are a lot of new functions, and some old functions do not work anymore.
Tags: Major feature enhancements

2002-01-15 20:21
0.1

imagick_sample(), imagick_resize(), imagick_crop(), imagick_shear(),
imagick_rotate(), and imagick_morph() are now deprecated and have been replaced
by the corresponding imagick_copy_* functions, which return a new handle. The
deprecated functions will be removed in the next version. Some critical
resource allocation errors were also fixed.
Tags: Minor feature enhancements

2001-12-12 15:29
0.0.2a

A rather annoying segfault with imagick_read was fixed and some more code cleanups were added.
Tags: Minor bugfixes

2001-12-04 16:34
0.0.2

Better config support and error handling, support for PHP versions lower than 4.1, and a new annotate text function were added.
Tags: Minor feature enhancements

2001-12-04 16:32
0.0.1

Tags: Initial freshmeat announcement

Project Resources