I am using a the standard PHP functions imagecopytruecolor
and imagejpeg
to rescale and produce uploaded images from a standard HTML form.
Görüntü dosya boyutu oldukça yüksektir ancak görüntüleri doğru boyutta görünür (örneğin 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.
Ben dosya boyutu azaltmak için yapabileceğimiz bir şey var mı?