Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jordanste

macrumors member
Original poster
Feb 25, 2006
83
0
is there a better alternative to the imagecopyresampled() function? i tried imagecopyresized() and it came out incredibly grainy and pixelated. imagecopyresampled() is alot better, however the resolution is still lacking. any ideas on another alternative?
 
from php.net

PHP:
imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_height, $width, $height);

// Output
imagejpeg($image_p, null, 100);


When you say imagejpeg / imagepng what are you specifying as the quality parameter?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.