docs: Clean up and align Showcase thumbnail images
authorAnthony Fok <foka@debian.org>
Sat, 8 Aug 2015 20:22:48 +0000 (14:22 -0600)
committerAnthony Fok <foka@debian.org>
Sat, 8 Aug 2015 20:22:48 +0000 (14:22 -0600)
commit68b424c233cf9cc9d4987956d93e5953599b8b55
treedbf9763ba601d23a9dab501d1a1507eb2a887e60
parent36b374f8ab788521991dfccf0cd765120cb9d7df
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
29 files changed:
docs/content/showcase/esolia-com.md
docs/content/showcase/esolia-pro.md
docs/content/showcase/rick-cogley-info.md
docs/content/showcase/samuelbe.md
docs/content/showcase/scottcwilson.md
docs/content/showcase/thehome.md
docs/content/showcase/vamp.md
docs/content/showcase/yslow-rules.md
docs/static/img/bepsays-tn.png
docs/static/img/esolia_com-tn.png [new file with mode: 0644]
docs/static/img/esolia_com_tn.png [deleted file]
docs/static/img/esolia_pro-tn.png [new file with mode: 0644]
docs/static/img/esolia_pro_tn.png [deleted file]
docs/static/img/kangkona-tn.png
docs/static/img/learnoverpass-tn.png
docs/static/img/rick_cogley_info-tn.png [new file with mode: 0644]
docs/static/img/rick_cogley_info_tn.png [deleted file]
docs/static/img/samuelbe-tn.png [new file with mode: 0644]
docs/static/img/samuelbe.png [deleted file]
docs/static/img/scottcwilson-tn.png [new file with mode: 0644]
docs/static/img/scottcwilson.jpg [deleted file]
docs/static/img/stou-tn.png
docs/static/img/szymonkatra-tn.png
docs/static/img/thehome-tn.png [new file with mode: 0644]
docs/static/img/thehome.png [deleted file]
docs/static/img/vamp_landingpage-tn.png [new file with mode: 0644]
docs/static/img/vamp_landingpage.png [deleted file]
docs/static/img/yslow-rules-tn.png [new file with mode: 0644]
docs/static/img/yslow-rules.png [deleted file]