From fcbe8ba3fafd1f30f08e1e7e694eee4dcb32e1a1 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 29 Feb 2016 14:22:53 +0100 Subject: Purge sRGB chunks from PNG in documentation. 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 -force 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: I23d7a43ba6c6ce6cafa11c1950a118a73f4d07cd Reviewed-by: Topi Reiniƶ --- .../doc/images/qml-abstractitemmodel-example.png | Bin 4478 -> 1772 bytes .../doc/images/qml-objectlistmodel-example.png | Bin 1618 -> 1327 bytes .../doc/images/qml-stringlistmodel-example.png | Bin 1612 -> 584 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quick/models') diff --git a/examples/quick/models/abstractitemmodel/doc/images/qml-abstractitemmodel-example.png b/examples/quick/models/abstractitemmodel/doc/images/qml-abstractitemmodel-example.png index 1d7ff197ad..4804fd7ccd 100644 Binary files a/examples/quick/models/abstractitemmodel/doc/images/qml-abstractitemmodel-example.png and b/examples/quick/models/abstractitemmodel/doc/images/qml-abstractitemmodel-example.png differ diff --git a/examples/quick/models/objectlistmodel/doc/images/qml-objectlistmodel-example.png b/examples/quick/models/objectlistmodel/doc/images/qml-objectlistmodel-example.png index c0fc490c75..416e08a857 100644 Binary files a/examples/quick/models/objectlistmodel/doc/images/qml-objectlistmodel-example.png and b/examples/quick/models/objectlistmodel/doc/images/qml-objectlistmodel-example.png differ diff --git a/examples/quick/models/stringlistmodel/doc/images/qml-stringlistmodel-example.png b/examples/quick/models/stringlistmodel/doc/images/qml-stringlistmodel-example.png index c8c888b620..de632806b1 100644 Binary files a/examples/quick/models/stringlistmodel/doc/images/qml-stringlistmodel-example.png and b/examples/quick/models/stringlistmodel/doc/images/qml-stringlistmodel-example.png differ -- cgit v1.2.3