diff options
author | René <reneduani@gmail.com> | 2014-01-24 16:59:29 -0200 |
---|---|---|
committer | René <reneduani@gmail.com> | 2014-01-24 16:59:29 -0200 |
commit | 03138cb73ae068edd1da79ae16bfe1882a13976f (patch) | |
tree | 935c568b9539fa80afb769e764fd6330e4df6a88 /web | |
parent | 2ecff76aac65f7dfad3a6c16929d4c70dd8394fc (diff) | |
download | Nim-03138cb73ae068edd1da79ae16bfe1882a13976f.tar.gz |
Optimized the size of PNG images. 172KB > 143KB
Used optpng + pngout + deflopt.
Diffstat (limited to 'web')
-rw-r--r-- | web/assets/images/link_aporia.png | bin | 1585 -> 1526 bytes |
-rw-r--r-- | web/assets/images/link_forum.png | bin | 1107 -> 1048 bytes |
-rw-r--r-- | web/assets/images/link_nimbuild.png | bin | 955 -> 896 bytes |
-rw-r--r-- | web/assets/images/logo.png | bin | 125152 -> 101053 bytes |
-rw-r--r-- | web/assets/images/quote.png | bin | 1062 -> 1045 bytes |
-rw-r--r-- | web/assets/images/sidebar.png | bin | 1029 -> 971 bytes |
-rw-r--r-- | web/assets/images/sidebar_h2.png | bin | 2104 -> 2044 bytes |
-rw-r--r-- | web/assets/images/sidebar_head.png | bin | 39194 -> 34993 bytes |
-rw-r--r-- | web/assets/images/site_foot.png | bin | 4039 -> 3109 bytes |
-rw-r--r-- | web/assets/images/site_neck.png | bin | 391 -> 317 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/web/assets/images/link_aporia.png b/web/assets/images/link_aporia.png index 6256792d7..145e5ddf2 100644 --- a/web/assets/images/link_aporia.png +++ b/web/assets/images/link_aporia.png Binary files differdiff --git a/web/assets/images/link_forum.png b/web/assets/images/link_forum.png index d153231a7..2973b42bc 100644 --- a/web/assets/images/link_forum.png +++ b/web/assets/images/link_forum.png Binary files differdiff --git a/web/assets/images/link_nimbuild.png b/web/assets/images/link_nimbuild.png index ad94f9c82..4b3f943fe 100644 --- a/web/assets/images/link_nimbuild.png +++ b/web/assets/images/link_nimbuild.png Binary files differdiff --git a/web/assets/images/logo.png b/web/assets/images/logo.png index f6b95bf05..31ee0a6e1 100644 --- a/web/assets/images/logo.png +++ b/web/assets/images/logo.png Binary files differdiff --git a/web/assets/images/quote.png b/web/assets/images/quote.png index 52d529284..e9426158c 100644 --- a/web/assets/images/quote.png +++ b/web/assets/images/quote.png Binary files differdiff --git a/web/assets/images/sidebar.png b/web/assets/images/sidebar.png index 8488f8acf..77624480e 100644 --- a/web/assets/images/sidebar.png +++ b/web/assets/images/sidebar.png Binary files differdiff --git a/web/assets/images/sidebar_h2.png b/web/assets/images/sidebar_h2.png index 5de3da291..d1409b57f 100644 --- a/web/assets/images/sidebar_h2.png +++ b/web/assets/images/sidebar_h2.png Binary files differdiff --git a/web/assets/images/sidebar_head.png b/web/assets/images/sidebar_head.png index 734d5709b..05885d9f3 100644 --- a/web/assets/images/sidebar_head.png +++ b/web/assets/images/sidebar_head.png Binary files differdiff --git a/web/assets/images/site_foot.png b/web/assets/images/site_foot.png index d94632b20..a2efa0460 100644 --- a/web/assets/images/site_foot.png +++ b/web/assets/images/site_foot.png Binary files differdiff --git a/web/assets/images/site_neck.png b/web/assets/images/site_neck.png index cab3dc75a..d4f42c6b7 100644 --- a/web/assets/images/site_neck.png +++ b/web/assets/images/site_neck.png Binary files differ |