On Thu, 29 Jul 2004 17:16:58 -0500, Stephen Craton
<[EMAIL PROTECTED]> wrote:
> I'm working on a thumbnail script currently that needs to support multiple
> types of files, such as jpeg, bmp, gif, etc. One of the file types I need to
> support is a TIFF type image. I was looking through the PHP manual from
> "imagecreatfrom..." functions and I couldn't find one for tiff. Is there any
> support for TIFF files in PHP or maybe a way to convert a TIFF file for
> temporary usage to make a thumbnail?
> 

GD doesn't support TIFFs (and neither do browsers). Try looking into
ImageMagick.

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

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

Reply via email to