>I'm writing a reporting system and I have a problem.
>
>I need to insert PCXs into a PDF (using PDFLib), but it doesn't support
>PCXs.
>
>So, to get round the problem, I need to convert the PCXs to JPGs or GIFs
>
>Does anyone know of a piece of PHP that can do this inline, (by that I mean,
>can be called and run in PHP script), because the images will have additions
>and modifications on a regular basis; and they come as PCXs.

I think you will be stuck with using http://php.net/exec to run some
external process to convert them.

Image Magik seems to convert almost every format known to man...

-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to