From 7144c94e26572e927185a2892473634f9121c2e2 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 22 Jun 2015 01:47:37 +0200 Subject: [fix] reduce server traffic by optimizing images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simply running ‘optipng’ on every PNG image reduces the overall size of them by 10% on average. --- searx/static/themes/oscar/img/map/layers-2x.png | Bin 2898 -> 1763 bytes searx/static/themes/oscar/img/map/layers.png | Bin 1502 -> 1142 bytes .../themes/oscar/img/map/marker-icon-2x-green.png | Bin 4203 -> 3753 bytes .../themes/oscar/img/map/marker-icon-2x-orange.png | Bin 4167 -> 3691 bytes .../themes/oscar/img/map/marker-icon-2x-red.png | Bin 4230 -> 3692 bytes .../static/themes/oscar/img/map/marker-icon-green.png | Bin 1822 -> 1696 bytes .../themes/oscar/img/map/marker-icon-orange.png | Bin 1862 -> 1714 bytes searx/static/themes/oscar/img/map/marker-icon-red.png | Bin 1870 -> 1690 bytes 8 files changed, 0 insertions(+), 0 deletions(-) (limited to 'searx/static/themes/oscar/img/map') diff --git a/searx/static/themes/oscar/img/map/layers-2x.png b/searx/static/themes/oscar/img/map/layers-2x.png index a2cf7f9ef..0b30da678 100644 Binary files a/searx/static/themes/oscar/img/map/layers-2x.png and b/searx/static/themes/oscar/img/map/layers-2x.png differ diff --git a/searx/static/themes/oscar/img/map/layers.png b/searx/static/themes/oscar/img/map/layers.png index bca0a0e42..4297fd9ee 100644 Binary files a/searx/static/themes/oscar/img/map/layers.png and b/searx/static/themes/oscar/img/map/layers.png differ 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 index c359abb6c..7446bb031 100644 Binary files a/searx/static/themes/oscar/img/map/marker-icon-2x-green.png and b/searx/static/themes/oscar/img/map/marker-icon-2x-green.png differ 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 index c3c863211..ecd67736f 100644 Binary files a/searx/static/themes/oscar/img/map/marker-icon-2x-orange.png and b/searx/static/themes/oscar/img/map/marker-icon-2x-orange.png differ 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 index 1c26e9fc2..1d2e197c6 100644 Binary files a/searx/static/themes/oscar/img/map/marker-icon-2x-red.png and b/searx/static/themes/oscar/img/map/marker-icon-2x-red.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-green.png b/searx/static/themes/oscar/img/map/marker-icon-green.png index 56db5ea9f..f48ef41df 100644 Binary files a/searx/static/themes/oscar/img/map/marker-icon-green.png and b/searx/static/themes/oscar/img/map/marker-icon-green.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-orange.png b/searx/static/themes/oscar/img/map/marker-icon-orange.png index fbbce7b2a..d0d22205c 100644 Binary files a/searx/static/themes/oscar/img/map/marker-icon-orange.png and b/searx/static/themes/oscar/img/map/marker-icon-orange.png differ diff --git a/searx/static/themes/oscar/img/map/marker-icon-red.png b/searx/static/themes/oscar/img/map/marker-icon-red.png index 3e64e06d1..7a92b9e04 100644 Binary files a/searx/static/themes/oscar/img/map/marker-icon-red.png and b/searx/static/themes/oscar/img/map/marker-icon-red.png differ -- cgit v1.2.3