class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Yes, I see what you mean. I did a few tests, and it might be in fact a normal behaviour. I tried to upsize your test image that I first converted as JPEG, and even though, the resized image ends up pixelated.
Even copying the GIF image resource into a JPEG image resource prior to resampling doesn't solve the problem.
I'll keep looking, but I am not sure that there will be a solution. Still, you can apply a blur filter to the resulting image.Reply
Even copying the GIF image resource into a JPEG image resource prior to resampling doesn't solve the problem.
I'll keep looking, but I am not sure that there will be a solution. Still, you can apply a blur filter to the resulting image.