On Wed, Apr 18, 2001 at 02:37:00PM -0000, SED wrote:

> Hi,
> 
> Recently I noticed e-mails on this list about Imlib2 and GD2 extensions
> which I was not aware of. So I started to wander if there are more
> extensions working with PHP which allows graphic process (the only one I
> knew was GD). Is it? If so, is it possible to use these extensions on all
> platforms (which PHP supports) and with all web servers?

I'm not aware of other graphics-related extensions, but two other common
ways of processing images with PHP are to shell out to ImageMagick or
NetPBM.  As you look through the various PHP code repositories out
there, you'll probably notice a fair number of scripts that use one of
these two apps.

As for portability, PHP extensions can require certain platforms to
work.  Unfortunately Imlib2 falls into this category, because it
doesn't (And almost certainly never will) support Windows.

Matt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to