[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Cobalt RaQ4 and PHP with Image Support



Hi Shane,

> I have a Cobalt RaQ4 with PHP already installed but not supporting image
> functions. What is the best way to get image functions working?

If you don't want to recompile PHP, I feel ImageMagick
(http://www.imagemagick.org/) is your best bet. It comes with a set of
command line tools that will do just about anything you'd want it to.

There are of course some drawbacks. Images will have to be on disk for you
to edit them. Furthermore, the 'convert' program is very CPU intensive, so
perhaps it's not your best bet if several images have to be edited round the
clock.

On the plus side: the program handles about 68+ types of images.

Getting gd to work with PHP can be a real b*tch; read all about it on
php.net.

Good luck... Nico