Commit graph

4 commits

Author SHA1 Message Date
Francois Marier
80e5beb954 Lossless-ly optimize PNG images
Ran the following on these images:

- pngcrush -q -rem gAMA -rem alla -rem text
- optipng -o9 -q
- advpng -z -4 -q

Sizes went from:

- 6153 bytes to 2077 bytes (66% reduction)
- 6413 bytes to 2216 bytes (65% reduction)
- 1789 bytes to  643 bytes (64% reduction)
- 7383 bytes to 3423 bytes (54% reduction)
- 4765 bytes to 1555 bytes (67% reduction)
- 5197 bytes to 1730 bytes (67% reduction)
- 4765 bytes to 1555 bytes (67% reduction)
2013-12-22 13:44:40 +13:00
Francois Marier
b4a878066e Lossless-ly optimize GIF image
Ran "gifsicle -O2 -b" on the image.

Size went from 3996 bytes to 2960 bytes (26% reduction).
2013-12-22 13:26:13 +13:00
Francois Marier
7a13ab5697 Lossless-ly optimize JPG image
Ran "jpegoptim --strip-all" on the image.

Size went from 28142 bytes to 11433 bytes (59% reduction).
2013-12-22 13:25:47 +13:00
Tyler Renelle
166225b8b0 add logo assets (@litenull) 2013-05-02 12:27:08 +01:00