From: Benjamin Kramer Date: Mon, 10 Aug 2009 12:09:00 +0000 (+0200) Subject: gitweb: Optimize git-favicon.png X-Git-Tag: v1.6.5-rc0~71 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=67e56eca34e38545bc4fb673e0f13f3e97dc474c;p=git.git gitweb: Optimize git-favicon.png Reduce size of git-favicon.png using a combination of optipng and pngout. From 164 bytes to 115 bytes (30% reduction). Also reduce git-logo.png's size by one byte using advcomp. Signed-off-by: Benjamin Kramer Signed-off-by: Junio C Hamano --- diff --git a/gitweb/git-favicon.png b/gitweb/git-favicon.png index de637c060..aae35a70e 100644 Binary files a/gitweb/git-favicon.png and b/gitweb/git-favicon.png differ diff --git a/gitweb/git-logo.png b/gitweb/git-logo.png index 16ae8d538..f4ede2e94 100644 Binary files a/gitweb/git-logo.png and b/gitweb/git-logo.png differ