php_imagick is an extension for PHP4

aavdberg
aavdberg's picture

Joined: 2002-09-29
Posts: 100
Posted: Wed, 2003-03-12 19:30

Has someone heard of the extension?

php_imagick is an extension for PHP4 that makes the ImageMagick image manipulation library available from within PHP scripts.

http://freshmeat.net/projects/php_imagick/?topic_id=96%2C100%2C105

 
alindeman
alindeman's picture

Joined: 2002-10-06
Posts: 8194
Posted: Wed, 2003-03-12 23:04

Sounds like a neat idea. However, compiling a module or even adding modules to PHP is not something most people can do (they don't have root access to their servers) :sad: I fear that this probably wouldn't be the best option for Gallery...

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Thu, 2003-03-13 05:07

It would be trivially easy to write a G2 module to use php_imagemagick instead of the external binaries, especially with the new toolkit API. If there's a demand for this, I'm sure we (or somebody else) will be able to provide it.

 
fraefel

Joined: 2003-03-10
Posts: 1
Posted: Sun, 2003-03-16 15:51

Hi Bharat !

Would be quite nice to be able to use the php_imagemagick; so a vote for me on that one; should also be able to gain a bit of performance..

Fraefel