imagecopyresampled() is same quality of imagecopyresized()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Everyone is saying that imagecopyresampled() greatly improves resizing quality
due to resampling. However, I noticed that my thumbnails were very jagged and
pixelated, not smooth as thumbnails should be. Even the slightly smaller images
had a lot of jagged edges.

The $src image is a resource of an imagecreatefromjpeg() while $dst is a
resource of an imagecreatetruecolor(). Then I just imagecopyresampled() the
$src to $dst.

I don't think I'm doing anything wrong.
Your thoughts?

Thanks.

-- 
Christopher Mobarek

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux