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ƶ --- .../customitems/maskedmousearea/images/cloud_1.png | Bin 49524 -> 49395 bytes .../customitems/progressbar/content/background.png | Bin 426 -> 299 bytes .../quick/customitems/searchbox/images/clear.png | Bin 429 -> 320 bytes .../searchbox/images/lineedit-bg-focus.png | Bin 526 -> 297 bytes .../customitems/searchbox/images/lineedit-bg.png | Bin 426 -> 299 bytes .../customitems/spinner/content/spinner-bg.png | Bin 345 -> 274 bytes 6 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quick/customitems') diff --git a/examples/quick/customitems/maskedmousearea/images/cloud_1.png b/examples/quick/customitems/maskedmousearea/images/cloud_1.png index 87c54af253..9beb7e8442 100644 Binary files a/examples/quick/customitems/maskedmousearea/images/cloud_1.png and b/examples/quick/customitems/maskedmousearea/images/cloud_1.png differ diff --git a/examples/quick/customitems/progressbar/content/background.png b/examples/quick/customitems/progressbar/content/background.png index 9044226f85..5c316bc03e 100644 Binary files a/examples/quick/customitems/progressbar/content/background.png and b/examples/quick/customitems/progressbar/content/background.png differ diff --git a/examples/quick/customitems/searchbox/images/clear.png b/examples/quick/customitems/searchbox/images/clear.png index 91eb270695..c20a9cfba5 100644 Binary files a/examples/quick/customitems/searchbox/images/clear.png and b/examples/quick/customitems/searchbox/images/clear.png differ diff --git a/examples/quick/customitems/searchbox/images/lineedit-bg-focus.png b/examples/quick/customitems/searchbox/images/lineedit-bg-focus.png index bbfac38d2d..c8f2722298 100644 Binary files a/examples/quick/customitems/searchbox/images/lineedit-bg-focus.png and b/examples/quick/customitems/searchbox/images/lineedit-bg-focus.png differ diff --git a/examples/quick/customitems/searchbox/images/lineedit-bg.png b/examples/quick/customitems/searchbox/images/lineedit-bg.png index 9044226f85..5c316bc03e 100644 Binary files a/examples/quick/customitems/searchbox/images/lineedit-bg.png and b/examples/quick/customitems/searchbox/images/lineedit-bg.png differ diff --git a/examples/quick/customitems/spinner/content/spinner-bg.png b/examples/quick/customitems/spinner/content/spinner-bg.png index b3556f1f9f..da34fc4090 100644 Binary files a/examples/quick/customitems/spinner/content/spinner-bg.png and b/examples/quick/customitems/spinner/content/spinner-bg.png differ -- cgit v1.2.3 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ƶ --- .../scrollbar/doc/images/qml-scrollbar-example.png | Bin 159568 -> 157358 bytes .../tabwidget/doc/images/qml-tabwidget-example.png | Bin 5298 -> 4798 bytes .../quick/customitems/tabwidget/doc/images/tab.png | Bin 507 -> 309 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quick/customitems') diff --git a/examples/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png b/examples/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png index 54adf33daa..2c80421b06 100644 Binary files a/examples/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png and b/examples/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png differ 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