php: imagecopyresampled() giving same quality as imagecopyresized()

Status
Not open for further replies.

Calzinger

Beer
Messages
565
Location
New York
imagecopyresampled() is supposed to give higher quality resized images from resampling, but whether I use imagecopyresampled() or imagecopyresized(), I get the same exact quality. The thumbnails (ie. 1600x1200 to 100x64) are very pixelated and jagged.
The source is a resource for an imagecreatefromjpeg and the dest is an imagecreatetruecolor.

Any ideas why PHP's imagecopyresampled is giving me lousy quality?
 
Status
Not open for further replies.
Back
Top Bottom