From 42e9499e3d9c56e06bee82ccfd6ebfadd2d1f91e Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 29 Feb 2016 13:45:47 +0100 Subject: Purge sRGB chunks from PNGs in examples. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subjects each *.png file that matched grep -law "sRGB" to: pngcrush -ow -brute -rem allb -reduce Change-Id: I3ab25a8abccb130e4b419be6007e743f45f86fa2 Reviewed-by: Topi Reiniƶ --- .../android-sources/res/drawable/icon.png | Bin 3953 -> 3264 bytes examples/androidextras/notification/images/happy.png | Bin 2804 -> 1767 bytes examples/androidextras/notification/images/sad.png | Bin 2447 -> 1262 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples') diff --git a/examples/androidextras/notification/android-sources/res/drawable/icon.png b/examples/androidextras/notification/android-sources/res/drawable/icon.png index e870213..035c600 100644 Binary files a/examples/androidextras/notification/android-sources/res/drawable/icon.png and b/examples/androidextras/notification/android-sources/res/drawable/icon.png differ diff --git a/examples/androidextras/notification/images/happy.png b/examples/androidextras/notification/images/happy.png index d1c1460..fd31f8d 100644 Binary files a/examples/androidextras/notification/images/happy.png and b/examples/androidextras/notification/images/happy.png differ diff --git a/examples/androidextras/notification/images/sad.png b/examples/androidextras/notification/images/sad.png index 00026bd..74e8f8f 100644 Binary files a/examples/androidextras/notification/images/sad.png and b/examples/androidextras/notification/images/sad.png differ -- cgit v1.2.3