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)
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]

index 707bb8aad607da2368a5cf3e657a4c6d50d9d4c7..3928ca8851fedafe2c1ddd2667c415fd52ef60f3 100644 (file)
@@ -10,6 +10,6 @@ tags:
 - esolia
 - rickcogley
 - japan
-thumbnail: /img/esolia_com_tn.png
+thumbnail: /img/esolia_com-tn.png
 title: eSolia.com
 ---
index 63710547960b83f82edb733019d4a118353b2965..268996e5fe03c65ab40d551d539d0c607b2dab20 100644 (file)
@@ -10,6 +10,6 @@ tags:
 - esolia
 - rickcogley
 - japan
-thumbnail: /img/esolia_pro_tn.png
+thumbnail: /img/esolia_pro-tn.png
 title: eSolia.pro
 ---
index 3745f36c3ecb149972580d0d6b2006c13c2202d9..00854c1f1984a158866ff180c57c00b1a0392fb5 100644 (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
 ---
index 301efd21d96adae60d43652a2c02602c8d9a9a70..2e828551159546dc4d3c85d87789eec95691258e 100644 (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
 ---
 
index b855bdd72ae2b2cfe2372339d616e97b03fc67fc..02d99e165784da9fd22173f552343bb644b8db32 100644 (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
 ---
 
index a0071018693a55f629b7a0bd81fbc3a788fc6542..6562af8363b6d973051e8254c26ecbf39031a7a1 100644 (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
 ---
 
index c548d05d4d2f2c7d89fc47745371bfc56e3a1031..65165bd0e3f0d5d9bf8ceefac5da8c4cc5e245d9 100644 (file)
@@ -9,7 +9,7 @@ tags:
 - documentation
 - company
 - api
-thumbnail: /img/vamp_landingpage.png
+thumbnail: /img/vamp_landingpage-tn.png
 title: Vamp.io
 ---
 
index 9b4c712af9f844a97fc7ca7b27ed36a6fe5ac0a9..b6d8727ee03cd3edaba27857e97758510c93e7d8 100644 (file)
@@ -9,7 +9,7 @@ tags:
 - community
 - documentation
 - translation
-thumbnail: /img/yslow-rules.png
+thumbnail: /img/yslow-rules-tn.png
 title: YSlow Rules
 ---
 
index 9cf5eba10d82cf294467f71edfef41fc43d6307a..ca9119cc5c6dfdf7c789dc115ebf2a896175a5e0 100644 (file)
Binary files a/docs/static/img/bepsays-tn.png and b/docs/static/img/bepsays-tn.png differ
diff --git a/docs/static/img/esolia_com-tn.png b/docs/static/img/esolia_com-tn.png
new file mode 100644 (file)
index 0000000..4574b08
Binary files /dev/null and b/docs/static/img/esolia_com-tn.png differ
diff --git a/docs/static/img/esolia_com_tn.png b/docs/static/img/esolia_com_tn.png
deleted file mode 100644 (file)
index c4adb36..0000000
Binary files a/docs/static/img/esolia_com_tn.png and /dev/null differ
diff --git a/docs/static/img/esolia_pro-tn.png b/docs/static/img/esolia_pro-tn.png
new file mode 100644 (file)
index 0000000..0219114
Binary files /dev/null and b/docs/static/img/esolia_pro-tn.png differ
diff --git a/docs/static/img/esolia_pro_tn.png b/docs/static/img/esolia_pro_tn.png
deleted file mode 100644 (file)
index 84da27b..0000000
Binary files a/docs/static/img/esolia_pro_tn.png and /dev/null differ
index 3474cd85908f6c5e269d321ab9aba2e53bfbe02e..754ed038a31fc7ff063d3fb5df4b9477059d8f45 100644 (file)
Binary files a/docs/static/img/kangkona-tn.png and b/docs/static/img/kangkona-tn.png differ
index 55ce70bce8988d29b8bc0897c48acbc1425881ea..e4536e4cccd6710021e60b151f75efdfaa396f1b 100644 (file)
Binary files a/docs/static/img/learnoverpass-tn.png and b/docs/static/img/learnoverpass-tn.png differ
diff --git a/docs/static/img/rick_cogley_info-tn.png b/docs/static/img/rick_cogley_info-tn.png
new file mode 100644 (file)
index 0000000..f0fe412
Binary files /dev/null and b/docs/static/img/rick_cogley_info-tn.png differ
diff --git a/docs/static/img/rick_cogley_info_tn.png b/docs/static/img/rick_cogley_info_tn.png
deleted file mode 100644 (file)
index 5a98621..0000000
Binary files a/docs/static/img/rick_cogley_info_tn.png and /dev/null differ
diff --git a/docs/static/img/samuelbe-tn.png b/docs/static/img/samuelbe-tn.png
new file mode 100644 (file)
index 0000000..f355cb5
Binary files /dev/null and b/docs/static/img/samuelbe-tn.png differ
diff --git a/docs/static/img/samuelbe.png b/docs/static/img/samuelbe.png
deleted file mode 100644 (file)
index b3247c0..0000000
Binary files a/docs/static/img/samuelbe.png and /dev/null differ
diff --git a/docs/static/img/scottcwilson-tn.png b/docs/static/img/scottcwilson-tn.png
new file mode 100644 (file)
index 0000000..5517edf
Binary files /dev/null and b/docs/static/img/scottcwilson-tn.png differ
diff --git a/docs/static/img/scottcwilson.jpg b/docs/static/img/scottcwilson.jpg
deleted file mode 100644 (file)
index 334f166..0000000
Binary files a/docs/static/img/scottcwilson.jpg and /dev/null differ
index 07d0ca74a5e83aff127f434acc1bdd584488a04b..fe449b797ac25b87905f93be2bc1784f16f52836 100644 (file)
Binary files a/docs/static/img/stou-tn.png and b/docs/static/img/stou-tn.png differ
index 088517c30615468eb26242529f8520c49bb8689e..e64f2b33d533293a95c0f2b5412e3130bbbdc2e4 100644 (file)
Binary files a/docs/static/img/szymonkatra-tn.png and b/docs/static/img/szymonkatra-tn.png differ
diff --git a/docs/static/img/thehome-tn.png b/docs/static/img/thehome-tn.png
new file mode 100644 (file)
index 0000000..7b66e62
Binary files /dev/null and b/docs/static/img/thehome-tn.png differ
diff --git a/docs/static/img/thehome.png b/docs/static/img/thehome.png
deleted file mode 100644 (file)
index 4a66276..0000000
Binary files a/docs/static/img/thehome.png and /dev/null differ
diff --git a/docs/static/img/vamp_landingpage-tn.png b/docs/static/img/vamp_landingpage-tn.png
new file mode 100644 (file)
index 0000000..474261e
Binary files /dev/null and b/docs/static/img/vamp_landingpage-tn.png differ
diff --git a/docs/static/img/vamp_landingpage.png b/docs/static/img/vamp_landingpage.png
deleted file mode 100644 (file)
index 4a94123..0000000
Binary files a/docs/static/img/vamp_landingpage.png and /dev/null differ
diff --git a/docs/static/img/yslow-rules-tn.png b/docs/static/img/yslow-rules-tn.png
new file mode 100644 (file)
index 0000000..5c75a69
Binary files /dev/null and b/docs/static/img/yslow-rules-tn.png differ
diff --git a/docs/static/img/yslow-rules.png b/docs/static/img/yslow-rules.png
deleted file mode 100644 (file)
index 191700d..0000000
Binary files a/docs/static/img/yslow-rules.png and /dev/null differ