图像压缩 1.手机端压缩 2.web chrome 3.服务器端压缩 参考
有现成图像处理库
2.web chrome
在线压缩网站
一般大量图片都要缴费
3.服务器端压缩
ImageMagick
http://www.imagemagick.com.cn/index.html
提供命令行工具 window linux都有
查看图片的实际格式:
格式转换
magick 157643046562.png res.jpg
magick 157643046562.png -quality 80 res.png
转成webp格式, 需要使用7版本以上
Thumbnails
java工具库
oss api、cdn服务
https://help.aliyun.com/document_detail/100327.html?spm=a2c4g.11186623.6.1394.735b51b0ahGbes
python 工具库
pillow库
https://www.liaoxuefeng.com/wiki/1016959663602400/1017785454949568
参考
https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/automating-image-optimization?hl=zh-cn
https://developer.android.google.cn/topic/performance/network-xfer#sf