I am using a the standard PHP functions imagecopytruecolor
and imagejpeg
to rescale and produce uploaded images from a standard HTML form.
The images appear at the correct size however the image filesize is quite high (e.g. 540px * 350px = 250kb)
When compared to Photoshop's Save for Web using JPEG high quality settings the same files are come out at about 60kb, so about 4 times as small.
Is there anything I can do to reduce the filesize?