> How I can create thumbnail with php? using the GD libray?

Of course u answered your own question,

http://us4.php.net/manual/en/function.imagecopyresampled.php

Make sure you have GD2 though you dont want crappy pixelated images.

If you want a class already made up check out
 http://pear.php.net/package/Image_Transform

i have done a custom class, which had to include a nconvert driver as there
is no farhn gd on a php3 server at work.

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

Reply via email to