summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Nylen <jnylen@gmail.com>2016-08-09 04:57:13 +0000
committerJames Nylen <jnylen@gmail.com>2016-08-09 04:57:13 +0000
commitc0f59d540a269d5ee6400087baf75251d59e5d79 (patch)
tree8bf62246b95a92b1125d264a107d9740df153b92
parent77c714c4ec71cd25d23640aa6f83d720cae7bdc5 (diff)
downloadd3-process-map-origin/HEAD.zip
d3-process-map-origin/HEAD.tar.gz
d3-process-map-origin/HEAD.tar.bz2
Update image borders to match GitHub page designHEADorigin/masterorigin/HEADmaster
-rwxr-xr-ximg/borders.sh4
-rw-r--r--img/thumb-default.pngbin138130 -> 137868 bytes
-rw-r--r--img/thumb-les-mis.pngbin176771 -> 176448 bytes
3 files changed, 1 insertions, 3 deletions
diff --git a/img/borders.sh b/img/borders.sh
index f5f9ea3..58e8a14 100755
--- a/img/borders.sh
+++ b/img/borders.sh
@@ -6,9 +6,7 @@ for i in *-orig.png; do
out="${i%-orig.png}.png"
convert "$i" \
- -bordercolor '#cacaca' \
+ -bordercolor '#dddddd' \
-border 1x1 \
- -bordercolor '#eeeeee' \
- -border 2x2 \
"$out"
done
diff --git a/img/thumb-default.png b/img/thumb-default.png
index 2374e0c..d097e7f 100644
--- a/img/thumb-default.png
+++ b/img/thumb-default.png
Binary files differ
diff --git a/img/thumb-les-mis.png b/img/thumb-les-mis.png
index 374af94..a8f7f40 100644
--- a/img/thumb-les-mis.png
+++ b/img/thumb-les-mis.png
Binary files differ