My script resizes JPGs just fine, but when it comes to GIFs, it jacks them up.
I use imageCreateFromGif() to open the GIF, then I resize it and use imageCopyResampled() and imageJpeg() to create a JPG out of it. But when I do, it resizes it and creates the JPG, but it also adds noise to the image in the form of black pixelization in various areas of the image.
Any ideas?
Thanks!
Ken

