Re: [PHP] changing pixelsize of a picture via php

2001-05-16 Thread Rasmus Lerdorf
> 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/imag

[PHP] changing pixelsize of a picture via php

2001-05-16 Thread Andreas Pucko
Hi there, 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?? Cheers Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional