JPG File Size Optimization - PHP, ImageMagick, & Google's Page Speed

后端 未结 2 1519
伪装坚强ぢ
伪装坚强ぢ 2020-12-16 04:10

I have photo gallery code that does image re-sizing and thumbnail creation. I use ImageMagick to do this. I ran a gallery page through Google\'s Page Speed tool and it rev

2条回答
  •  攒了一身酷
    2020-12-16 04:32

    Run your images through Yahoo's SmushIt service, where the images are converted to a PNG with an exact number of colors. No loss in quality, but a loss in weight :)

提交回复
热议问题