How to resize an image and convert to .jpg on upload? Basically something like the post here
How do I resize and convert an uploaded image to a PNG using GD
But i need to convert to JPG...
I tried imagejpeg() instead of imagepng() but it still saves it as png.