diff options
author | Andrew Gerrand <adg@golang.org> | 2016-11-17 13:52:44 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2016-11-17 02:55:10 +0000 |
commit | bc275d737b2ebde581243e2fdc86905989d44f59 (patch) | |
tree | e6d0c4f32eba5f706aab4c9da4f7d35f34926f8f /content | |
parent | 44f17a108ad6d3c2ab63233a43368d7a21fe98a3 (diff) |
content/go-fonts: pngcrush images
Further compression is probably obtainable (by reducing the color depth
on the monochrome images) but this expedient change reduces the total
image size by more than 1MB (about half).
Change-Id: I1c24a31b82daf2a058acce3a58b6c33dc630b663
Reviewed-on: https://go-review.googlesource.com/33261
Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'content')
-rw-r--r-- | content/go-fonts/abdgpq-mono.png | bin | 63534 -> 42007 bytes |
-rw-r--r-- | content/go-fonts/abdgpq-proportional.png | bin | 92839 -> 62098 bytes |
-rw-r--r-- | content/go-fonts/go-font-code.png | bin | 172398 -> 88459 bytes |
-rw-r--r-- | content/go-fonts/go-font-greek.png | bin | 27675 -> 19111 bytes |
-rw-r--r-- | content/go-fonts/go-font-jabberwocky.png | bin | 154083 -> 81440 bytes |
-rw-r--r-- | content/go-fonts/go-mono.png | bin | 740191 -> 442424 bytes |
-rw-r--r-- | content/go-fonts/go-regular.png | bin | 997941 -> 605480 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/content/go-fonts/abdgpq-mono.png b/content/go-fonts/abdgpq-mono.png Binary files differindex cd23025..9f1455e 100644 --- a/content/go-fonts/abdgpq-mono.png +++ b/content/go-fonts/abdgpq-mono.png diff --git a/content/go-fonts/abdgpq-proportional.png b/content/go-fonts/abdgpq-proportional.png Binary files differindex 5d777f1..1a000cd 100644 --- a/content/go-fonts/abdgpq-proportional.png +++ b/content/go-fonts/abdgpq-proportional.png diff --git a/content/go-fonts/go-font-code.png b/content/go-fonts/go-font-code.png Binary files differindex 363f1bf..630cccf 100644 --- a/content/go-fonts/go-font-code.png +++ b/content/go-fonts/go-font-code.png diff --git a/content/go-fonts/go-font-greek.png b/content/go-fonts/go-font-greek.png Binary files differindex cf0996c..9a86101 100644 --- a/content/go-fonts/go-font-greek.png +++ b/content/go-fonts/go-font-greek.png diff --git a/content/go-fonts/go-font-jabberwocky.png b/content/go-fonts/go-font-jabberwocky.png Binary files differindex 172ca55..46386f2 100644 --- a/content/go-fonts/go-font-jabberwocky.png +++ b/content/go-fonts/go-font-jabberwocky.png diff --git a/content/go-fonts/go-mono.png b/content/go-fonts/go-mono.png Binary files differindex 6e75121..e6ca797 100644 --- a/content/go-fonts/go-mono.png +++ b/content/go-fonts/go-mono.png diff --git a/content/go-fonts/go-regular.png b/content/go-fonts/go-regular.png Binary files differindex f41a257..d4ab399 100644 --- a/content/go-fonts/go-regular.png +++ b/content/go-fonts/go-regular.png |