> -----Original Message-----
> From: Michael F. [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, September 24, 2002 12:09 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Jpeg resize quality problem
> 
> 
> Hello,
> 
> I have a php script which resizes a jpeg file.  I use 
> ImageCopyResized and
> ImageJPEG function. But the result picture quality is not 
> enough good. I use
> ImageJPEG with quality = 90 but the picture is not as nice as 
> a picture I
> made with AcdSee and 65%.
> Is it normal?
> 
> Thanks!

See http://www.php.net/manual/en/function.imagecopyresampled.php it uses
a different method to re-size/sample images.

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

Reply via email to