RE: [PHP-DB] resizing image with php - what is the quality?

2001-09-01 Thread Mika Tuupola
On Sat, 1 Sep 2001, Seb Frost wrote: imagecopyresized: crap imagecopyresampled: good but requires gd 2.0 You could also use php_imlib's imlib_create_scaled_image() -- Mika Tuupola http://www.appelsiini.net/~tuupola/ -- PHP Database Mailing List

[PHP-DB] resizing image with php - what is the quality?

2001-08-31 Thread Andrius Jakutis
Hello, Again question about resizing image with PHP. What is the quality of the image after this process? I am about standart GIF or JPG image. Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [PHP-DB] resizing image with php - what is the quality?

2001-08-31 Thread Seb Frost
imagecopyresized: crap imagecopyresampled: good but requires gd 2.0 - seb -Original Message- From: Andrius Jakutis [mailto:[EMAIL PROTECTED]] Sent: 01 September 2001 09:07 To: [EMAIL PROTECTED] Subject: [PHP-DB] resizing image with php - what is the quality? Hello, Again question