Hello everyone!
Can anyone tell me how to tell GD to scale bicubically? I have a thumbnailing script that currently scales with the default and it doesn't always look that great, particularly with thinner lines.
Thanks,
OmniUni
Image Scaling with GD
Moderator: General Moderators
Re: Image Scaling with GD
There is no "default" - there is imagecopyresized() and imagecopyresampled(). imagecopyresampled() will generate a much nicer looking thumbnail.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: Image Scaling with GD
awesome! I knew I was missing something!
Thanks again, Pickle!
Thanks again, Pickle!