[snip]
OK, but how? I already use GD, I need to now how to create a thumbnail,

somebody now how to use the GD functions to create a thumbnail???
[/snip]

http://www.php.net/GD 

I think you want to look at:
imagecopyresampled -- Copy and resize part of an image with resampling
imagecopyresized -- Copy and resize part of an image

or try this pear class  http://pear.php.net/package/Image_Transform 
like <[EMAIL PROTECTED]> suggested.

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

Reply via email to