On Fri, Jan 16, 2009 at 5:38 PM, Al <n...@ridersite.org> wrote:

> Imagick class.  Has more image manipulating functions than you'll ever use.
> You name, and there's function to do it.

http://pecl.php.net/package/imagick/

it's very cool, although it does coredump often enough to where i had
to switch back to using system("/usr/bin/convert ...") and such. it
was somewhat inconsistent so it was hard to figure out and i had no
time to try to gather any input in hopes to make the package better.

i would -love- if it would work 100% properly. i try to bypass having
to do system() calls wherever possible. this would become an
-extremely- important and useful module to have as image manipulation
is extremely common (hell i would almost suggest php change course
from gd/packaged image stuff to leveraging imagemagick fully and put
more effort on bulletproof integration!) - much like i would recommend
curl over plain old fopen and such.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to