From: Anthony Fok Date: Fri, 12 Feb 2016 16:31:25 +0000 (+0800) Subject: Crop, resize and optimize shelan-tn.png X-Git-Tag: v0.16~337 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4a15051e4c5ee5a9386686cb86c78b48f1de46e5;p=brevno-suite%2Fhugo Crop, resize and optimize shelan-tn.png The original image was 2055px × 1252px, which was oversized and did not fit the required dimension of 600px × 400px (3:2 aspect ratio). To fix, the image was cropped and resized to the required dimension, and was further optimized: $ pngquant --nofs -v --speed 1 --quality 65-80 shelan-tn.png $ optipng -o7 -zm1-9 shelan-tn-or8.png $ mv shelan-tn-or8.png shelan-tn.png reducing its filesize from 334125 bytes to 26929 bytes. See #1831 --- diff --git a/docs/static/img/shelan-tn.png b/docs/static/img/shelan-tn.png index 32c3bc27..0f763404 100644 Binary files a/docs/static/img/shelan-tn.png and b/docs/static/img/shelan-tn.png differ