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 .../imports/TimeExample/hour.png | Bin 625 -> 518 bytes .../imports/TimeExample/minute.png | Bin 625 -> 528 bytes examples/quick/animation/basics/images/moon.png | Bin 2433 -> 2366 bytes examples/quick/animation/basics/images/shadow.png | Bin 425 -> 349 bytes examples/quick/animation/basics/images/star.png | Bin 349 -> 259 bytes examples/quick/animation/basics/images/sun.png | Bin 8153 -> 8110 bytes .../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 examples/quick/demos/clocks/content/hour.png | Bin 625 -> 518 bytes examples/quick/demos/clocks/content/minute.png | Bin 625 -> 528 bytes examples/quick/demos/clocks/content/second.png | Bin 303 -> 231 bytes .../PhotoViewerCore/images/box-shadow.png | Bin 588 -> 371 bytes .../photoviewer/PhotoViewerCore/images/busy.png | Bin 2629 -> 1564 bytes .../PhotoViewerCore/images/cardboard.png | Bin 8844 -> 8477 bytes .../demos/rssnews/content/images/btn_close.png | Bin 1267 -> 328 bytes .../quick/demos/rssnews/content/images/busy.png | Bin 2629 -> 1564 bytes .../demos/rssnews/content/images/scrollbar.png | Bin 161 -> 79 bytes .../demos/stocqt/content/images/icon-left-arrow.png | Bin 1368 -> 358 bytes examples/quick/imageelements/content/arrow.png | Bin 404 -> 247 bytes examples/quick/imageelements/content/colors.png | Bin 1655 -> 974 bytes examples/quick/imageelements/content/shadow.png | Bin 588 -> 371 bytes .../keyinteraction/focus/Core/images/arrow.png | Bin 583 -> 411 bytes examples/quick/particles/images/colortable.png | Bin 704 -> 571 bytes examples/quick/particles/images/particle2.png | Bin 3909 -> 1073 bytes examples/quick/particles/images/particle3.png | Bin 3186 -> 574 bytes examples/quick/particles/images/particleA.png | Bin 3541 -> 870 bytes examples/quick/particles/images/sizeInOut.png | Bin 251 -> 132 bytes examples/quick/particles/images/starfish_mask.png | Bin 11301 -> 7403 bytes .../quick/particles/itemparticle/content/bubble.png | Bin 3413 -> 2347 bytes .../quickwidget/qtquickwidgets-example.png | Bin 11340 -> 11287 bytes examples/quick/shadereffects/content/qt-logo.png | Bin 13923 -> 9186 bytes examples/quick/shared/images/qt-logo.png | Bin 13923 -> 9186 bytes examples/quick/shared/images/tab.png | Bin 507 -> 309 bytes .../quick/text/textselection/pics/endHandle.png | Bin 185 -> 90 bytes .../quick/text/textselection/pics/startHandle.png | Bin 178 -> 88 bytes .../flickable/content/note-yellow.png | Bin 54559 -> 54283 bytes .../multipointtouch/content/Bear0.png | Bin 15163 -> 14359 bytes .../multipointtouch/content/BearB.png | Bin 18667 -> 16505 bytes .../multipointtouch/content/title.png | Bin 76246 -> 76389 bytes .../tutorials/gettingStartedQml/images/arrow.png | Bin 583 -> 411 bytes .../tutorials/samegame/shared/pics/blueStar.png | Bin 278 -> 149 bytes .../tutorials/samegame/shared/pics/greenStar.png | Bin 273 -> 149 bytes .../tutorials/samegame/shared/pics/redStar.png | Bin 274 -> 148 bytes .../quick/views/listview/content/pics/moreDown.png | Bin 217 -> 91 bytes .../quick/views/listview/content/pics/moreUp.png | Bin 212 -> 91 bytes examples/quick/views/parallax/content/hour.png | Bin 625 -> 518 bytes examples/quick/views/parallax/content/minute.png | Bin 625 -> 528 bytes .../quick/views/parallax/content/pics/home-page.png | Bin 3051 -> 2936 bytes .../quick/views/parallax/content/pics/shadow.png | Bin 425 -> 349 bytes examples/quick/views/parallax/content/second.png | Bin 303 -> 231 bytes 56 files changed, 0 insertions(+), 0 deletions(-) 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 diff --git a/examples/quick/animation/basics/images/moon.png b/examples/quick/animation/basics/images/moon.png index 9407b2b4f0..1583ac83f7 100644 Binary files a/examples/quick/animation/basics/images/moon.png and b/examples/quick/animation/basics/images/moon.png differ diff --git a/examples/quick/animation/basics/images/shadow.png b/examples/quick/animation/basics/images/shadow.png index 8270565e87..2dd494f6c6 100644 Binary files a/examples/quick/animation/basics/images/shadow.png and b/examples/quick/animation/basics/images/shadow.png differ diff --git a/examples/quick/animation/basics/images/star.png b/examples/quick/animation/basics/images/star.png index 27ef924267..bdcd36909d 100644 Binary files a/examples/quick/animation/basics/images/star.png and b/examples/quick/animation/basics/images/star.png differ diff --git a/examples/quick/animation/basics/images/sun.png b/examples/quick/animation/basics/images/sun.png index 7713ca5ce7..c5fd36ed39 100644 Binary files a/examples/quick/animation/basics/images/sun.png and b/examples/quick/animation/basics/images/sun.png differ 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 diff --git a/examples/quick/demos/clocks/content/hour.png b/examples/quick/demos/clocks/content/hour.png index f8061a1235..9f33fc5d48 100644 Binary files a/examples/quick/demos/clocks/content/hour.png and b/examples/quick/demos/clocks/content/hour.png differ diff --git a/examples/quick/demos/clocks/content/minute.png b/examples/quick/demos/clocks/content/minute.png index 1297ec7c2b..e2f216c897 100644 Binary files a/examples/quick/demos/clocks/content/minute.png and b/examples/quick/demos/clocks/content/minute.png differ diff --git a/examples/quick/demos/clocks/content/second.png b/examples/quick/demos/clocks/content/second.png index 4aa9fb5e8e..d95d99e83d 100644 Binary files a/examples/quick/demos/clocks/content/second.png and b/examples/quick/demos/clocks/content/second.png differ diff --git a/examples/quick/demos/photoviewer/PhotoViewerCore/images/box-shadow.png b/examples/quick/demos/photoviewer/PhotoViewerCore/images/box-shadow.png index 431af8545d..23c011d0ff 100644 Binary files a/examples/quick/demos/photoviewer/PhotoViewerCore/images/box-shadow.png and b/examples/quick/demos/photoviewer/PhotoViewerCore/images/box-shadow.png differ diff --git a/examples/quick/demos/photoviewer/PhotoViewerCore/images/busy.png b/examples/quick/demos/photoviewer/PhotoViewerCore/images/busy.png index 664c2b1491..fc65122d26 100644 Binary files a/examples/quick/demos/photoviewer/PhotoViewerCore/images/busy.png and b/examples/quick/demos/photoviewer/PhotoViewerCore/images/busy.png differ diff --git a/examples/quick/demos/photoviewer/PhotoViewerCore/images/cardboard.png b/examples/quick/demos/photoviewer/PhotoViewerCore/images/cardboard.png index 1847ab528d..a8a9c6079d 100644 Binary files a/examples/quick/demos/photoviewer/PhotoViewerCore/images/cardboard.png and b/examples/quick/demos/photoviewer/PhotoViewerCore/images/cardboard.png differ diff --git a/examples/quick/demos/rssnews/content/images/btn_close.png b/examples/quick/demos/rssnews/content/images/btn_close.png index 6d635375eb..1a3dc44380 100644 Binary files a/examples/quick/demos/rssnews/content/images/btn_close.png and b/examples/quick/demos/rssnews/content/images/btn_close.png differ diff --git a/examples/quick/demos/rssnews/content/images/busy.png b/examples/quick/demos/rssnews/content/images/busy.png index 664c2b1491..fc65122d26 100644 Binary files a/examples/quick/demos/rssnews/content/images/busy.png and b/examples/quick/demos/rssnews/content/images/busy.png differ diff --git a/examples/quick/demos/rssnews/content/images/scrollbar.png b/examples/quick/demos/rssnews/content/images/scrollbar.png index 0228dcf9eb..c2425dd0df 100644 Binary files a/examples/quick/demos/rssnews/content/images/scrollbar.png and b/examples/quick/demos/rssnews/content/images/scrollbar.png differ diff --git a/examples/quick/demos/stocqt/content/images/icon-left-arrow.png b/examples/quick/demos/stocqt/content/images/icon-left-arrow.png index 7868e8ab31..926938cadd 100644 Binary files a/examples/quick/demos/stocqt/content/images/icon-left-arrow.png and b/examples/quick/demos/stocqt/content/images/icon-left-arrow.png differ diff --git a/examples/quick/imageelements/content/arrow.png b/examples/quick/imageelements/content/arrow.png index 506ac42fcf..059be6294e 100644 Binary files a/examples/quick/imageelements/content/arrow.png and b/examples/quick/imageelements/content/arrow.png differ diff --git a/examples/quick/imageelements/content/colors.png b/examples/quick/imageelements/content/colors.png index dfb62f3d64..57f5aca821 100644 Binary files a/examples/quick/imageelements/content/colors.png and b/examples/quick/imageelements/content/colors.png differ diff --git a/examples/quick/imageelements/content/shadow.png b/examples/quick/imageelements/content/shadow.png index 431af8545d..23c011d0ff 100644 Binary files a/examples/quick/imageelements/content/shadow.png and b/examples/quick/imageelements/content/shadow.png differ diff --git a/examples/quick/keyinteraction/focus/Core/images/arrow.png b/examples/quick/keyinteraction/focus/Core/images/arrow.png index 14978c2e56..20ee200f5f 100644 Binary files a/examples/quick/keyinteraction/focus/Core/images/arrow.png and b/examples/quick/keyinteraction/focus/Core/images/arrow.png differ diff --git a/examples/quick/particles/images/colortable.png b/examples/quick/particles/images/colortable.png index a62ceeb4a0..15509ab5b7 100644 Binary files a/examples/quick/particles/images/colortable.png and b/examples/quick/particles/images/colortable.png differ diff --git a/examples/quick/particles/images/particle2.png b/examples/quick/particles/images/particle2.png index 36349c6c6e..4f3372cd07 100644 Binary files a/examples/quick/particles/images/particle2.png and b/examples/quick/particles/images/particle2.png differ diff --git a/examples/quick/particles/images/particle3.png b/examples/quick/particles/images/particle3.png index 905d8f37b8..2b04601403 100644 Binary files a/examples/quick/particles/images/particle3.png and b/examples/quick/particles/images/particle3.png differ diff --git a/examples/quick/particles/images/particleA.png b/examples/quick/particles/images/particleA.png index c63acdee1f..d86fc9696b 100644 Binary files a/examples/quick/particles/images/particleA.png and b/examples/quick/particles/images/particleA.png differ diff --git a/examples/quick/particles/images/sizeInOut.png b/examples/quick/particles/images/sizeInOut.png index 0a306ea21a..43d8862dbe 100644 Binary files a/examples/quick/particles/images/sizeInOut.png and b/examples/quick/particles/images/sizeInOut.png differ diff --git a/examples/quick/particles/images/starfish_mask.png b/examples/quick/particles/images/starfish_mask.png index 2ef74f902b..7ae39b34c5 100644 Binary files a/examples/quick/particles/images/starfish_mask.png and b/examples/quick/particles/images/starfish_mask.png differ diff --git a/examples/quick/particles/itemparticle/content/bubble.png b/examples/quick/particles/itemparticle/content/bubble.png index c7f479e9e3..f26ed1d3f2 100644 Binary files a/examples/quick/particles/itemparticle/content/bubble.png and b/examples/quick/particles/itemparticle/content/bubble.png differ diff --git a/examples/quick/quickwidgets/quickwidget/qtquickwidgets-example.png b/examples/quick/quickwidgets/quickwidget/qtquickwidgets-example.png index cc4f52082f..d9e710b7e7 100644 Binary files a/examples/quick/quickwidgets/quickwidget/qtquickwidgets-example.png and b/examples/quick/quickwidgets/quickwidget/qtquickwidgets-example.png differ diff --git a/examples/quick/shadereffects/content/qt-logo.png b/examples/quick/shadereffects/content/qt-logo.png index 7d3e97eb36..ecbff0ca36 100644 Binary files a/examples/quick/shadereffects/content/qt-logo.png and b/examples/quick/shadereffects/content/qt-logo.png differ diff --git a/examples/quick/shared/images/qt-logo.png b/examples/quick/shared/images/qt-logo.png index 7d3e97eb36..ecbff0ca36 100644 Binary files a/examples/quick/shared/images/qt-logo.png and b/examples/quick/shared/images/qt-logo.png differ diff --git a/examples/quick/shared/images/tab.png b/examples/quick/shared/images/tab.png index ad8021605f..2ea989b68d 100644 Binary files a/examples/quick/shared/images/tab.png and b/examples/quick/shared/images/tab.png differ diff --git a/examples/quick/text/textselection/pics/endHandle.png b/examples/quick/text/textselection/pics/endHandle.png index 1a4bc5d7a0..598cf98857 100644 Binary files a/examples/quick/text/textselection/pics/endHandle.png and b/examples/quick/text/textselection/pics/endHandle.png differ diff --git a/examples/quick/text/textselection/pics/startHandle.png b/examples/quick/text/textselection/pics/startHandle.png index deedcd5c91..51def03054 100644 Binary files a/examples/quick/text/textselection/pics/startHandle.png and b/examples/quick/text/textselection/pics/startHandle.png differ diff --git a/examples/quick/touchinteraction/flickable/content/note-yellow.png b/examples/quick/touchinteraction/flickable/content/note-yellow.png index 8ddecc8b03..3195952ad2 100644 Binary files a/examples/quick/touchinteraction/flickable/content/note-yellow.png and b/examples/quick/touchinteraction/flickable/content/note-yellow.png differ diff --git a/examples/quick/touchinteraction/multipointtouch/content/Bear0.png b/examples/quick/touchinteraction/multipointtouch/content/Bear0.png index 64a02cec8e..f520cc1f1b 100644 Binary files a/examples/quick/touchinteraction/multipointtouch/content/Bear0.png and b/examples/quick/touchinteraction/multipointtouch/content/Bear0.png differ diff --git a/examples/quick/touchinteraction/multipointtouch/content/BearB.png b/examples/quick/touchinteraction/multipointtouch/content/BearB.png index c9a84ae1d4..60be2b32c6 100644 Binary files a/examples/quick/touchinteraction/multipointtouch/content/BearB.png and b/examples/quick/touchinteraction/multipointtouch/content/BearB.png differ diff --git a/examples/quick/touchinteraction/multipointtouch/content/title.png b/examples/quick/touchinteraction/multipointtouch/content/title.png index c370ee9990..01893a247d 100644 Binary files a/examples/quick/touchinteraction/multipointtouch/content/title.png and b/examples/quick/touchinteraction/multipointtouch/content/title.png differ diff --git a/examples/quick/tutorials/gettingStartedQml/images/arrow.png b/examples/quick/tutorials/gettingStartedQml/images/arrow.png index 14978c2e56..20ee200f5f 100644 Binary files a/examples/quick/tutorials/gettingStartedQml/images/arrow.png and b/examples/quick/tutorials/gettingStartedQml/images/arrow.png differ diff --git a/examples/quick/tutorials/samegame/shared/pics/blueStar.png b/examples/quick/tutorials/samegame/shared/pics/blueStar.png index ff9588f80a..213bb4bf6c 100644 Binary files a/examples/quick/tutorials/samegame/shared/pics/blueStar.png and b/examples/quick/tutorials/samegame/shared/pics/blueStar.png differ diff --git a/examples/quick/tutorials/samegame/shared/pics/greenStar.png b/examples/quick/tutorials/samegame/shared/pics/greenStar.png index cd06854719..38429749b8 100644 Binary files a/examples/quick/tutorials/samegame/shared/pics/greenStar.png and b/examples/quick/tutorials/samegame/shared/pics/greenStar.png differ diff --git a/examples/quick/tutorials/samegame/shared/pics/redStar.png b/examples/quick/tutorials/samegame/shared/pics/redStar.png index 0a4dffe583..5cdf45c4c0 100644 Binary files a/examples/quick/tutorials/samegame/shared/pics/redStar.png and b/examples/quick/tutorials/samegame/shared/pics/redStar.png differ diff --git a/examples/quick/views/listview/content/pics/moreDown.png b/examples/quick/views/listview/content/pics/moreDown.png index 31a35d5c20..b9061ca322 100644 Binary files a/examples/quick/views/listview/content/pics/moreDown.png and b/examples/quick/views/listview/content/pics/moreDown.png differ diff --git a/examples/quick/views/listview/content/pics/moreUp.png b/examples/quick/views/listview/content/pics/moreUp.png index fefb9c9098..5732f241a6 100644 Binary files a/examples/quick/views/listview/content/pics/moreUp.png and b/examples/quick/views/listview/content/pics/moreUp.png differ diff --git a/examples/quick/views/parallax/content/hour.png b/examples/quick/views/parallax/content/hour.png index f8061a1235..9f33fc5d48 100644 Binary files a/examples/quick/views/parallax/content/hour.png and b/examples/quick/views/parallax/content/hour.png differ diff --git a/examples/quick/views/parallax/content/minute.png b/examples/quick/views/parallax/content/minute.png index 1297ec7c2b..e2f216c897 100644 Binary files a/examples/quick/views/parallax/content/minute.png and b/examples/quick/views/parallax/content/minute.png differ diff --git a/examples/quick/views/parallax/content/pics/home-page.png b/examples/quick/views/parallax/content/pics/home-page.png index bd090c3708..01c17b0bbf 100644 Binary files a/examples/quick/views/parallax/content/pics/home-page.png and b/examples/quick/views/parallax/content/pics/home-page.png differ diff --git a/examples/quick/views/parallax/content/pics/shadow.png b/examples/quick/views/parallax/content/pics/shadow.png index 8270565e87..2dd494f6c6 100644 Binary files a/examples/quick/views/parallax/content/pics/shadow.png and b/examples/quick/views/parallax/content/pics/shadow.png differ diff --git a/examples/quick/views/parallax/content/second.png b/examples/quick/views/parallax/content/second.png index 4aa9fb5e8e..d95d99e83d 100644 Binary files a/examples/quick/views/parallax/content/second.png and b/examples/quick/views/parallax/content/second.png differ -- cgit v1.2.3