From: Peter Korsgaard Date: Mon, 30 Aug 2010 10:10:40 +0000 (+0200) Subject: docs/images: optimize small images to speed up page loading X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a08538fd5ae51d2763c6622c1cc3f370e5956007;p=buildroot.git docs/images: optimize small images to speed up page loading Remove alpha channel and limit number of colors used. This gets the images down to ~37% of their previous size without any visual degrading (in fact it now looks correctly on ancient IE versions with broken png alpha handling). Signed-off-by: Peter Korsgaard --- diff --git a/docs/images/logo_small.png b/docs/images/logo_small.png index cee156759c..eab9540226 100644 Binary files a/docs/images/logo_small.png and b/docs/images/logo_small.png differ diff --git a/docs/images/menuconfig_small.png b/docs/images/menuconfig_small.png index fded898e1e..dffddfa469 100644 Binary files a/docs/images/menuconfig_small.png and b/docs/images/menuconfig_small.png differ