From ca0765d2835bcb35f34b975a3de84d0f9a64dc51 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 29 Feb 2016 13:36:32 +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 Various tools grumble about sRGB tables in PNG images; and our handling of them doesn't pay attention to these, so purging them makes the images smaller with no loss to the images. Change-Id: If3baf60fb7c0045446ddfddecef96374845e739e Reviewed-by: Topi Reiniƶ --- examples/quick/text/textselection/pics/endHandle.png | Bin 185 -> 90 bytes examples/quick/text/textselection/pics/startHandle.png | Bin 178 -> 88 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quick/text') diff --git a/examples/quick/text/textselection/pics/endHandle.png b/examples/quick/text/textselection/pics/endHandle.png index 1a4bc5d7a0..598cf98857 100644 Binary files a/examples/quick/text/textselection/pics/endHandle.png and b/examples/quick/text/textselection/pics/endHandle.png differ diff --git a/examples/quick/text/textselection/pics/startHandle.png b/examples/quick/text/textselection/pics/startHandle.png index deedcd5c91..51def03054 100644 Binary files a/examples/quick/text/textselection/pics/startHandle.png and b/examples/quick/text/textselection/pics/startHandle.png differ -- cgit v1.2.3