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/qml/dynamicscene/content/images/star.png | Bin 349 -> 259 bytes examples/qml/dynamicscene/content/images/sun.png | Bin 8153 -> 8110 bytes .../qmlextensionplugins/imports/TimeExample/hour.png | Bin 625 -> 518 bytes .../imports/TimeExample/minute.png | Bin 625 -> 528 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/qml') diff --git a/examples/qml/dynamicscene/content/images/star.png b/examples/qml/dynamicscene/content/images/star.png index 27ef924267..bdcd36909d 100644 Binary files a/examples/qml/dynamicscene/content/images/star.png and b/examples/qml/dynamicscene/content/images/star.png differ diff --git a/examples/qml/dynamicscene/content/images/sun.png b/examples/qml/dynamicscene/content/images/sun.png index 7713ca5ce7..c5fd36ed39 100644 Binary files a/examples/qml/dynamicscene/content/images/sun.png and b/examples/qml/dynamicscene/content/images/sun.png differ diff --git a/examples/qml/qmlextensionplugins/imports/TimeExample/hour.png b/examples/qml/qmlextensionplugins/imports/TimeExample/hour.png index f8061a1235..9f33fc5d48 100644 Binary files a/examples/qml/qmlextensionplugins/imports/TimeExample/hour.png and b/examples/qml/qmlextensionplugins/imports/TimeExample/hour.png differ diff --git a/examples/qml/qmlextensionplugins/imports/TimeExample/minute.png b/examples/qml/qmlextensionplugins/imports/TimeExample/minute.png index 1297ec7c2b..e2f216c897 100644 Binary files a/examples/qml/qmlextensionplugins/imports/TimeExample/minute.png and b/examples/qml/qmlextensionplugins/imports/TimeExample/minute.png differ -- cgit v1.2.3