php_imagick is an extension for PHP4
aavdberg
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 |
|
Posts: 8194
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...
Posts: 7994
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.
Posts: 1
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