Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » php: imagecopyresampled() giving same quality as imagecopyresized()
Closed Thread
Old 01-03-2006, 09:52 PM   #1 (permalink)
Calzinger's Avatar
 
Beer

Join Date: Apr 2005

Location: New York

Posts: 565

Calzinger is on a distinguished road

Send a message via AIM to Calzinger
Default php: imagecopyresampled() giving same quality as imagecopyresized()

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?
__________________
Calzinger is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On