From c9ac2a3cc920e1d2976ee25f8930dae1229cf116 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 29 Feb 2016 13:40:48 +0100 Subject: Purge sRGB chunks from PNGs in examples. Subjects each *.png file that matched grep -law "sRGB" to: pngcrush -ow -brute -rem allb -reduce Change-Id: I4e15dcbf74334985f4a3e366443b2be7016e76a3 Reviewed-by: Lorn Potter --- examples/sensors/grue/grue.png | Bin 11207 -> 9319 bytes .../components/images/button_background_pressed.png | Bin 334 -> 228 bytes examples/sensors/maze/content/00.png | Bin 186 -> 70 bytes examples/sensors/maze/content/01.png | Bin 708 -> 540 bytes examples/sensors/maze/content/cheese.png | Bin 317 -> 156 bytes examples/sensors/maze/content/start.png | Bin 677 -> 505 bytes .../components/images/button_background_pressed.png | Bin 334 -> 228 bytes 7 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples') diff --git a/examples/sensors/grue/grue.png b/examples/sensors/grue/grue.png index f0b070b..2727d39 100644 Binary files a/examples/sensors/grue/grue.png and b/examples/sensors/grue/grue.png differ diff --git a/examples/sensors/maze/components/images/button_background_pressed.png b/examples/sensors/maze/components/images/button_background_pressed.png index 149529e..e0ba0e7 100644 Binary files a/examples/sensors/maze/components/images/button_background_pressed.png and b/examples/sensors/maze/components/images/button_background_pressed.png differ diff --git a/examples/sensors/maze/content/00.png b/examples/sensors/maze/content/00.png index ab29a62..2522be5 100644 Binary files a/examples/sensors/maze/content/00.png and b/examples/sensors/maze/content/00.png differ diff --git a/examples/sensors/maze/content/01.png b/examples/sensors/maze/content/01.png index 0e70d1b..6146b20 100644 Binary files a/examples/sensors/maze/content/01.png and b/examples/sensors/maze/content/01.png differ diff --git a/examples/sensors/maze/content/cheese.png b/examples/sensors/maze/content/cheese.png index ecef450..c737b9d 100644 Binary files a/examples/sensors/maze/content/cheese.png and b/examples/sensors/maze/content/cheese.png differ diff --git a/examples/sensors/maze/content/start.png b/examples/sensors/maze/content/start.png index 698c0b1..581b8c9 100644 Binary files a/examples/sensors/maze/content/start.png and b/examples/sensors/maze/content/start.png differ diff --git a/examples/sensors/qmlqtsensors/components/images/button_background_pressed.png b/examples/sensors/qmlqtsensors/components/images/button_background_pressed.png index 149529e..e0ba0e7 100644 Binary files a/examples/sensors/qmlqtsensors/components/images/button_background_pressed.png and b/examples/sensors/qmlqtsensors/components/images/button_background_pressed.png differ -- cgit v1.2.1 From d43d5f5e33397fc42a5da7a8f034c7892c1226ab Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 29 Feb 2016 13:40:48 +0100 Subject: Purge sRGB chunks from PNGs in documentation. Subjects each *.png file that matched grep -law "sRGB" to: pngcrush -ow -brute -rem allb -reduce -force Change-Id: Ie54ce7153b23632cf2673f6f82ae8b3e4dec6e67 Reviewed-by: Lorn Potter --- .../sensors/accelbubble/doc/images/accelbubble.png | Bin 5181 -> 5025 bytes .../grue/doc/images/qtsensors-examples-grue.png | Bin 12278 -> 7511 bytes .../doc/images/qtsensors-examples-explorer.png | Bin 39873 -> 39820 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples') diff --git a/examples/sensors/accelbubble/doc/images/accelbubble.png b/examples/sensors/accelbubble/doc/images/accelbubble.png index 84e876d..ad4cfc0 100644 Binary files a/examples/sensors/accelbubble/doc/images/accelbubble.png and b/examples/sensors/accelbubble/doc/images/accelbubble.png differ diff --git a/examples/sensors/grue/doc/images/qtsensors-examples-grue.png b/examples/sensors/grue/doc/images/qtsensors-examples-grue.png index 81b3725..f434827 100644 Binary files a/examples/sensors/grue/doc/images/qtsensors-examples-grue.png and b/examples/sensors/grue/doc/images/qtsensors-examples-grue.png differ diff --git a/examples/sensors/sensor_explorer/doc/images/qtsensors-examples-explorer.png b/examples/sensors/sensor_explorer/doc/images/qtsensors-examples-explorer.png index 0976b9f..888fc3c 100644 Binary files a/examples/sensors/sensor_explorer/doc/images/qtsensors-examples-explorer.png and b/examples/sensors/sensor_explorer/doc/images/qtsensors-examples-explorer.png differ -- cgit v1.2.1