summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Nylen <jnylen@gmail.com>2014-03-09 15:56:02 -0500
committerJames Nylen <jnylen@gmail.com>2014-03-09 15:56:02 -0500
commitd3be543ed25a03bedf600f7d5258f68959c15ed0 (patch)
tree04c1f24b6c13d6925ec10f45eb856717af855447
parent38d88cd93e2ede556d0080a4048c7e21edcae49a (diff)
downloadd3-process-map-d3be543ed25a03bedf600f7d5258f68959c15ed0.zip
d3-process-map-d3be543ed25a03bedf600f7d5258f68959c15ed0.tar.gz
d3-process-map-d3be543ed25a03bedf600f7d5258f68959c15ed0.tar.bz2
Add thumbnail for d3 examples page
-rwxr-xr-ximg/example.sh6
-rw-r--r--img/thumb-example.pngbin0 -> 27996 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/img/example.sh b/img/example.sh
new file mode 100755
index 0000000..d018133
--- /dev/null
+++ b/img/example.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+convert thumb-les-mis-orig.png \
+ -crop 303x156+250+100 \
+ -resize 66.67% \
+ thumb-example.png
diff --git a/img/thumb-example.png b/img/thumb-example.png
new file mode 100644
index 0000000..2e5c716
--- /dev/null
+++ b/img/thumb-example.png
Binary files differ