在这个无图言X的时代,网页配图已经成了必需。
在同一个时代,网页加载慢上 1 秒,就有一批用户默默地点了右上角的x。
最近给网站配图,设计稿很大,加载慢,于是搜索一番做了如下优化:
convert -strip -interlace Plane -sampling-factor 4:2:0 \
-quality 85% -define jpeg:dct-method=float \
demo.jpg demo-optimized.jpg
* -strip: strip the image of any profiles or comments.
* -interlace Plane: Use Plane to create a progressive JPEG image.
* -sampling-factor 4: