docs: Clean up and align Showcase thumbnail images

Some of the thumbnails in Showcase were out of place
because of several irregularly sized thumbnails,
and some of them almost 300KB in filesize.

Resize them all to 600x400 (pixels), and use the `-tn.png`
suffix.

When necessary, the website snapshot is re-captured using
gnome-web-photo.  Then, the following commands (or a combination
thereof) are used to crop and resize the image into a thumbnail,
and to reduce its filesize:

    $ convert example.png -crop 900x600+0+0 \
                          -filter Lanczos2Sharp -distort Resize 600x400 \
                          example-tn.png
    $ pngquant --nofs -v --speed 1 --quality 65-80 example-tn.png
    $ optipng -o7 -zm1-9 example-tn-or8.png
    $ mv example-tn-or8.png example-tn.png
This commit is contained in:
Anthony Fok 2015-08-08 14:22:48 -06:00
parent 36b374f8ab
commit 68b424c233
29 changed files with 8 additions and 8 deletions

View file

@ -10,6 +10,6 @@ tags:
- esolia
- rickcogley
- japan
thumbnail: /img/esolia_com_tn.png
thumbnail: /img/esolia_com-tn.png
title: eSolia.com
---

View file

@ -10,6 +10,6 @@ tags:
- esolia
- rickcogley
- japan
thumbnail: /img/esolia_pro_tn.png
thumbnail: /img/esolia_pro-tn.png
title: eSolia.pro
---

View file

@ -10,6 +10,6 @@ tags:
- blog
- rickcogley
- japan
thumbnail: /img/rick_cogley_info_tn.png
thumbnail: /img/rick_cogley_info-tn.png
title: rick.cogley.info
---

View file

@ -8,7 +8,7 @@ sourceLink: https://github.com/SamuelDebruyn/sa.muel.be-hugo
tags:
- personal
- blog
thumbnail: /img/samuelbe.png
thumbnail: /img/samuelbe-tn.png
title: sa.muel.be
---

View file

@ -8,7 +8,7 @@ sourceLink: https://github.com/scottcwilson/hugosite
tags:
- personal
- blog
thumbnail: /img/scottcwilson.jpg
thumbnail: /img/scottcwilson-tn.png
title: scottcwilson.com
---

View file

@ -8,7 +8,7 @@ sourceLink: "https://github.com/tomhelmer/website-source"
tags:
- personal
- blog
thumbnail: /img/thehome.png
thumbnail: /img/thehome-tn.png
title: thehome.dk
---

View file

@ -9,7 +9,7 @@ tags:
- documentation
- company
- api
thumbnail: /img/vamp_landingpage.png
thumbnail: /img/vamp_landingpage-tn.png
title: Vamp.io
---

View file

@ -9,7 +9,7 @@ tags:
- community
- documentation
- translation
thumbnail: /img/yslow-rules.png
thumbnail: /img/yslow-rules-tn.png
title: YSlow Rules
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 17 KiB

BIN
docs/static/img/esolia_com-tn.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

BIN
docs/static/img/esolia_pro-tn.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 52 KiB

BIN
docs/static/img/rick_cogley_info-tn.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 KiB

BIN
docs/static/img/samuelbe-tn.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

BIN
docs/static/img/scottcwilson-tn.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
docs/static/img/thehome-tn.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

BIN
docs/static/img/vamp_landingpage-tn.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 KiB

BIN
docs/static/img/yslow-rules-tn.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB