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ƶ --- .../quick/tutorials/gettingStartedQml/images/arrow.png | Bin 583 -> 411 bytes .../quick/tutorials/samegame/shared/pics/blueStar.png | Bin 278 -> 149 bytes .../quick/tutorials/samegame/shared/pics/greenStar.png | Bin 273 -> 149 bytes .../quick/tutorials/samegame/shared/pics/redStar.png | Bin 274 -> 148 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quick/tutorials') diff --git a/examples/quick/tutorials/gettingStartedQml/images/arrow.png b/examples/quick/tutorials/gettingStartedQml/images/arrow.png index 14978c2e56..20ee200f5f 100644 Binary files a/examples/quick/tutorials/gettingStartedQml/images/arrow.png and b/examples/quick/tutorials/gettingStartedQml/images/arrow.png differ diff --git a/examples/quick/tutorials/samegame/shared/pics/blueStar.png b/examples/quick/tutorials/samegame/shared/pics/blueStar.png index ff9588f80a..213bb4bf6c 100644 Binary files a/examples/quick/tutorials/samegame/shared/pics/blueStar.png and b/examples/quick/tutorials/samegame/shared/pics/blueStar.png differ diff --git a/examples/quick/tutorials/samegame/shared/pics/greenStar.png b/examples/quick/tutorials/samegame/shared/pics/greenStar.png index cd06854719..38429749b8 100644 Binary files a/examples/quick/tutorials/samegame/shared/pics/greenStar.png and b/examples/quick/tutorials/samegame/shared/pics/greenStar.png differ diff --git a/examples/quick/tutorials/samegame/shared/pics/redStar.png b/examples/quick/tutorials/samegame/shared/pics/redStar.png index 0a4dffe583..5cdf45c4c0 100644 Binary files a/examples/quick/tutorials/samegame/shared/pics/redStar.png and b/examples/quick/tutorials/samegame/shared/pics/redStar.png differ -- cgit v1.2.3