shithub: hugo

Download patch

ref: 4a15051e4c5ee5a9386686cb86c78b48f1de46e5
parent: 2d11551c53b2feb0a59560a21ba5e74580c7c944
author: Anthony Fok <[email protected]>
date: Fri Feb 12 19:31:25 EST 2016

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

binary files a/docs/static/img/shelan-tn.png b/docs/static/img/shelan-tn.png differ