On Mon, May 22, 2006 5:10 pm, mbneto wrote:
> I am looking for sample code/class that can generate a thumbnail (can
> be a
> png/jpeg) image from a tiff image.  So far I've only found examples
> using
> png/jpg/gif as input.

In those examples, change the line that reads:
imagecreatefromjpeg(...)
to
imagecreatefromtiff(...)

That's pretty much it...

-- 
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