diff options
| author | Niklas Haas <git@nand.wakku.to> | 2015-06-22 01:47:37 +0200 |
|---|---|---|
| committer | Niklas Haas <git@nand.wakku.to> | 2015-06-22 01:49:07 +0200 |
| commit | 7144c94e26572e927185a2892473634f9121c2e2 (patch) | |
| tree | 91446db799d57a8aabafe5629d4952e2dc15a1f9 /searx/static/themes/oscar/img/map | |
| parent | 0420ab3c804a3da10e796fb38589b6933507d814 (diff) | |
[fix] reduce server traffic by optimizing images
Simply running ‘optipng’ on every PNG image reduces the overall size of
them by 10% on average.
Diffstat (limited to 'searx/static/themes/oscar/img/map')
| -rw-r--r-- | searx/static/themes/oscar/img/map/layers-2x.png | bin | 2898 -> 1763 bytes |
| -rw-r--r-- | searx/static/themes/oscar/img/map/layers.png | bin | 1502 -> 1142 bytes |
| -rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-2x-green.png | bin | 4203 -> 3753 bytes |
| -rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-2x-orange.png | bin | 4167 -> 3691 bytes |
| -rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-2x-red.png | bin | 4230 -> 3692 bytes |
| -rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-green.png | bin | 1822 -> 1696 bytes |
| -rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-orange.png | bin | 1862 -> 1714 bytes |
| -rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-red.png | bin | 1870 -> 1690 bytes |
8 files changed, 0 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/img/map/layers-2x.png b/searx/static/themes/oscar/img/map/layers-2x.png Binary files differindex a2cf7f9ef..0b30da678 100644 --- a/searx/static/themes/oscar/img/map/layers-2x.png +++ b/searx/static/themes/oscar/img/map/layers-2x.png diff --git a/searx/static/themes/oscar/img/map/layers.png b/searx/static/themes/oscar/img/map/layers.png Binary files differindex bca0a0e42..4297fd9ee 100644 --- a/searx/static/themes/oscar/img/map/layers.png +++ b/searx/static/themes/oscar/img/map/layers.png diff --git a/searx/static/themes/oscar/img/map/marker-icon-2x-green.png b/searx/static/themes/oscar/img/map/marker-icon-2x-green.png Binary files differindex c359abb6c..7446bb031 100644 --- a/searx/static/themes/oscar/img/map/marker-icon-2x-green.png +++ b/searx/static/themes/oscar/img/map/marker-icon-2x-green.png diff --git a/searx/static/themes/oscar/img/map/marker-icon-2x-orange.png b/searx/static/themes/oscar/img/map/marker-icon-2x-orange.png Binary files differindex c3c863211..ecd67736f 100644 --- a/searx/static/themes/oscar/img/map/marker-icon-2x-orange.png +++ b/searx/static/themes/oscar/img/map/marker-icon-2x-orange.png diff --git a/searx/static/themes/oscar/img/map/marker-icon-2x-red.png b/searx/static/themes/oscar/img/map/marker-icon-2x-red.png Binary files differindex 1c26e9fc2..1d2e197c6 100644 --- a/searx/static/themes/oscar/img/map/marker-icon-2x-red.png +++ b/searx/static/themes/oscar/img/map/marker-icon-2x-red.png diff --git a/searx/static/themes/oscar/img/map/marker-icon-green.png b/searx/static/themes/oscar/img/map/marker-icon-green.png Binary files differindex 56db5ea9f..f48ef41df 100644 --- a/searx/static/themes/oscar/img/map/marker-icon-green.png +++ b/searx/static/themes/oscar/img/map/marker-icon-green.png diff --git a/searx/static/themes/oscar/img/map/marker-icon-orange.png b/searx/static/themes/oscar/img/map/marker-icon-orange.png Binary files differindex fbbce7b2a..d0d22205c 100644 --- a/searx/static/themes/oscar/img/map/marker-icon-orange.png +++ b/searx/static/themes/oscar/img/map/marker-icon-orange.png diff --git a/searx/static/themes/oscar/img/map/marker-icon-red.png b/searx/static/themes/oscar/img/map/marker-icon-red.png Binary files differindex 3e64e06d1..7a92b9e04 100644 --- a/searx/static/themes/oscar/img/map/marker-icon-red.png +++ b/searx/static/themes/oscar/img/map/marker-icon-red.png |