[PHP-DB] Make thumbnail of a jpg image.

2003-01-30 Thread Rene Groothuis (Aeqis)
Hi All, Small question: How can I make a thumbnail of a jpg image? Your help is appreciated. Thanks. Rene. === R. Groothuis - Aeqis Gruttosingel 50 2496 HX Den Haag - The Netherlands E-mail: [EMAIL PROTECTED] Tel: +31-15-3618824 Mobile: +31-6-51807877 Fax:

Re: [PHP-DB] Make thumbnail of a jpg image.

2003-01-30 Thread mike
Check out imagecopyresampled in the php manual at http://www.php.net/manual/en/function.imagecopyresampled.php Rene Groothuis (Aeqis) wrote: Hi All, Small question: How can I make a thumbnail of a jpg image? Your help is appreciated. Thanks. Rene. === R.

Re: [PHP-DB] Make thumbnail of a jpg image.

2003-01-30 Thread Rajesh Fowkar
On Thu, Jan 30, 2003 at 09:41:37PM -0800, Rene Groothuis (Aeqis) wrote: Hi All, Small question: How can I make a thumbnail of a jpg image? Your help is appreciated. Take a look at the following Image manupulation functions in PHP : ImageCreateFromJPEG() ImageCopyResized() ImageJPEG() Peace