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ƶ --- .../tabwidget/doc/images/qml-tabwidget-example.png | Bin 5298 -> 4798 bytes .../quick/customitems/tabwidget/doc/images/tab.png | Bin 507 -> 309 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quick/customitems/tabwidget/doc') diff --git a/examples/quick/customitems/tabwidget/doc/images/qml-tabwidget-example.png b/examples/quick/customitems/tabwidget/doc/images/qml-tabwidget-example.png index 847052d301..2e1cae2584 100644 Binary files a/examples/quick/customitems/tabwidget/doc/images/qml-tabwidget-example.png and b/examples/quick/customitems/tabwidget/doc/images/qml-tabwidget-example.png differ diff --git a/examples/quick/customitems/tabwidget/doc/images/tab.png b/examples/quick/customitems/tabwidget/doc/images/tab.png index ad8021605f..2ea989b68d 100644 Binary files a/examples/quick/customitems/tabwidget/doc/images/tab.png and b/examples/quick/customitems/tabwidget/doc/images/tab.png differ -- cgit v1.2.3