Possible Duplicate of
Convert jpg image to gif, png & bmp format using PHP
I have a PHP form that allows image uploads and checks exif_imagetype();
to make sure an image is valid.
However, I want all formats, PNG, JPG, JPEG, and GIF, to end up being PNG once submitted.
How can I go about doing this?
See Question&Answers more detail:os