> I am trying to change the size of picture (.jpg or.gif) on the server via
> php. In order to get a smaller file size for a thumb.
>
> Has anybody a idea how to do that??
The best way, albeit somewhat slow, is to use the new ImageCopyResampled()
function provided by GD2. See http://php.net/imagecopyresampled
-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]