From 17cc497f16ea5e2d722db422e2c6611e107f62a8 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 17 Oct 2019 11:05:51 +0200 Subject: Run optipng on all images find . -name "*.png" -exec optipng -o 7 -strip all {} \; Change-Id: I2238b2dd38813d33ed48d79817f872f922cfa28d Fixes: QTBUG-79275 Reviewed-by: Mitch Curtis --- .../icons/testtheme/16x16/actions/appointment-new.png | Bin 897 -> 839 bytes .../22x22/actions/+testselector/appointment-new.png | Bin 1146 -> 1040 bytes .../actions/+testselector/appointment-new@2x.png | Bin 256 -> 107 bytes .../icons/testtheme/22x22/actions/appointment-new.png | Bin 1411 -> 1268 bytes .../testtheme/22x22/actions/appointment-new@2x.png | Bin 4075 -> 4017 bytes .../testtheme/22x22/actions/color-test-original.png | Bin 1105 -> 1047 bytes .../22x22/actions/color-test-original@2x.png | Bin 173 -> 107 bytes .../testtheme/22x22/actions/color-test-tinted.png | Bin 1111 -> 1053 bytes .../testtheme/22x22/actions/color-test-tinted@2x.png | Bin 172 -> 107 bytes .../22x22@2/actions/+testselector/appointment-new.png | Bin 256 -> 107 bytes .../testtheme/22x22@2/actions/appointment-new.png | Bin 4075 -> 4017 bytes .../control-assets/button-background.9.png | Bin 251 -> 138 bytes .../test-assets/button-background-1.png | Bin 211 -> 101 bytes .../test-assets/button-background-2.png | Bin 211 -> 101 bytes tests/auto/qquickninepatchimage/data/foo.9.png | Bin 213 -> 139 bytes tests/auto/qquickninepatchimage/data/foo@2x.9.png | Bin 295 -> 153 bytes tests/auto/qquickninepatchimage/data/foo@3x.9.png | Bin 377 -> 174 bytes tests/auto/qquickninepatchimage/data/foo@4x.9.png | Bin 482 -> 185 bytes tests/auto/qquickninepatchimage/data/inset-all.9.png | Bin 245 -> 169 bytes .../auto/qquickninepatchimage/data/inset-all@2x.9.png | Bin 341 -> 209 bytes .../auto/qquickninepatchimage/data/inset-all@3x.9.png | Bin 470 -> 236 bytes .../auto/qquickninepatchimage/data/inset-all@4x.9.png | Bin 577 -> 265 bytes .../qquickninepatchimage/data/inset-bottomright.9.png | Bin 246 -> 185 bytes .../data/inset-bottomright@2x.9.png | Bin 348 -> 222 bytes .../data/inset-bottomright@3x.9.png | Bin 460 -> 249 bytes .../data/inset-bottomright@4x.9.png | Bin 565 -> 281 bytes .../qquickninepatchimage/data/inset-topleft.9.png | Bin 227 -> 155 bytes .../qquickninepatchimage/data/inset-topleft@2x.9.png | Bin 305 -> 183 bytes .../qquickninepatchimage/data/inset-topleft@3x.9.png | Bin 420 -> 205 bytes .../qquickninepatchimage/data/inset-topleft@4x.9.png | Bin 516 -> 225 bytes tests/auto/qquickninepatchimage/data/padding.9.png | Bin 226 -> 162 bytes tests/auto/qquickninepatchimage/data/padding@2x.9.png | Bin 298 -> 153 bytes tests/auto/qquickninepatchimage/data/padding@3x.9.png | Bin 381 -> 176 bytes tests/auto/qquickninepatchimage/data/padding@4x.9.png | Bin 485 -> 187 bytes 34 files changed, 0 insertions(+), 0 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/qquickiconimage/icons/testtheme/16x16/actions/appointment-new.png b/tests/auto/qquickiconimage/icons/testtheme/16x16/actions/appointment-new.png index 18b7c678..4356af95 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/16x16/actions/appointment-new.png and b/tests/auto/qquickiconimage/icons/testtheme/16x16/actions/appointment-new.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/+testselector/appointment-new.png b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/+testselector/appointment-new.png index c6ceca43..d3134a55 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/+testselector/appointment-new.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/+testselector/appointment-new.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/+testselector/appointment-new@2x.png b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/+testselector/appointment-new@2x.png index f380ebb6..250b94b0 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/+testselector/appointment-new@2x.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/+testselector/appointment-new@2x.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/appointment-new.png b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/appointment-new.png index d676ffd4..04cd010a 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/appointment-new.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/appointment-new.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/appointment-new@2x.png b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/appointment-new@2x.png index 63ae9ce7..a63bbaf4 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/appointment-new@2x.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/appointment-new@2x.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-original.png b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-original.png index 2d876cc1..c17d1664 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-original.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-original.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-original@2x.png b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-original@2x.png index c65fbed0..d4411658 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-original@2x.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-original@2x.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-tinted.png b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-tinted.png index 220a313d..6f7938e3 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-tinted.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-tinted.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-tinted@2x.png b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-tinted@2x.png index cd66ef69..9215fc42 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-tinted@2x.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22/actions/color-test-tinted@2x.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22@2/actions/+testselector/appointment-new.png b/tests/auto/qquickiconimage/icons/testtheme/22x22@2/actions/+testselector/appointment-new.png index f380ebb6..250b94b0 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22@2/actions/+testselector/appointment-new.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22@2/actions/+testselector/appointment-new.png differ diff --git a/tests/auto/qquickiconimage/icons/testtheme/22x22@2/actions/appointment-new.png b/tests/auto/qquickiconimage/icons/testtheme/22x22@2/actions/appointment-new.png index 63ae9ce7..a63bbaf4 100644 Binary files a/tests/auto/qquickiconimage/icons/testtheme/22x22@2/actions/appointment-new.png and b/tests/auto/qquickiconimage/icons/testtheme/22x22@2/actions/appointment-new.png differ diff --git a/tests/auto/qquickimaginestyle/control-assets/button-background.9.png b/tests/auto/qquickimaginestyle/control-assets/button-background.9.png index 29bd8d7c..18ec9e6f 100644 Binary files a/tests/auto/qquickimaginestyle/control-assets/button-background.9.png and b/tests/auto/qquickimaginestyle/control-assets/button-background.9.png differ diff --git a/tests/auto/qquickimaginestyle/test-assets/button-background-1.png b/tests/auto/qquickimaginestyle/test-assets/button-background-1.png index 244b707b..980eec3c 100644 Binary files a/tests/auto/qquickimaginestyle/test-assets/button-background-1.png and b/tests/auto/qquickimaginestyle/test-assets/button-background-1.png differ diff --git a/tests/auto/qquickimaginestyle/test-assets/button-background-2.png b/tests/auto/qquickimaginestyle/test-assets/button-background-2.png index 54f5ecd8..8e2639d0 100644 Binary files a/tests/auto/qquickimaginestyle/test-assets/button-background-2.png and b/tests/auto/qquickimaginestyle/test-assets/button-background-2.png differ diff --git a/tests/auto/qquickninepatchimage/data/foo.9.png b/tests/auto/qquickninepatchimage/data/foo.9.png index 51246990..bac09a4d 100644 Binary files a/tests/auto/qquickninepatchimage/data/foo.9.png and b/tests/auto/qquickninepatchimage/data/foo.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/foo@2x.9.png b/tests/auto/qquickninepatchimage/data/foo@2x.9.png index c8dc30a3..43e4b478 100644 Binary files a/tests/auto/qquickninepatchimage/data/foo@2x.9.png and b/tests/auto/qquickninepatchimage/data/foo@2x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/foo@3x.9.png b/tests/auto/qquickninepatchimage/data/foo@3x.9.png index 00ea4e05..4d199c84 100644 Binary files a/tests/auto/qquickninepatchimage/data/foo@3x.9.png and b/tests/auto/qquickninepatchimage/data/foo@3x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/foo@4x.9.png b/tests/auto/qquickninepatchimage/data/foo@4x.9.png index ea73340a..018b8341 100644 Binary files a/tests/auto/qquickninepatchimage/data/foo@4x.9.png and b/tests/auto/qquickninepatchimage/data/foo@4x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-all.9.png b/tests/auto/qquickninepatchimage/data/inset-all.9.png index e08ef9c7..a1899429 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-all.9.png and b/tests/auto/qquickninepatchimage/data/inset-all.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-all@2x.9.png b/tests/auto/qquickninepatchimage/data/inset-all@2x.9.png index 96d1c0e8..d00d719c 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-all@2x.9.png and b/tests/auto/qquickninepatchimage/data/inset-all@2x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-all@3x.9.png b/tests/auto/qquickninepatchimage/data/inset-all@3x.9.png index 215ce27e..6130fd50 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-all@3x.9.png and b/tests/auto/qquickninepatchimage/data/inset-all@3x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-all@4x.9.png b/tests/auto/qquickninepatchimage/data/inset-all@4x.9.png index 35e53101..2c2d1694 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-all@4x.9.png and b/tests/auto/qquickninepatchimage/data/inset-all@4x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-bottomright.9.png b/tests/auto/qquickninepatchimage/data/inset-bottomright.9.png index c4c37dff..2b3e58cb 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-bottomright.9.png and b/tests/auto/qquickninepatchimage/data/inset-bottomright.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-bottomright@2x.9.png b/tests/auto/qquickninepatchimage/data/inset-bottomright@2x.9.png index 3d64036f..70aceb61 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-bottomright@2x.9.png and b/tests/auto/qquickninepatchimage/data/inset-bottomright@2x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-bottomright@3x.9.png b/tests/auto/qquickninepatchimage/data/inset-bottomright@3x.9.png index 115184d9..032400ce 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-bottomright@3x.9.png and b/tests/auto/qquickninepatchimage/data/inset-bottomright@3x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-bottomright@4x.9.png b/tests/auto/qquickninepatchimage/data/inset-bottomright@4x.9.png index 2ec7cbef..d5cf85aa 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-bottomright@4x.9.png and b/tests/auto/qquickninepatchimage/data/inset-bottomright@4x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-topleft.9.png b/tests/auto/qquickninepatchimage/data/inset-topleft.9.png index 9cc5f43d..05a2ff70 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-topleft.9.png and b/tests/auto/qquickninepatchimage/data/inset-topleft.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-topleft@2x.9.png b/tests/auto/qquickninepatchimage/data/inset-topleft@2x.9.png index a4ca2b12..a88f87a5 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-topleft@2x.9.png and b/tests/auto/qquickninepatchimage/data/inset-topleft@2x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-topleft@3x.9.png b/tests/auto/qquickninepatchimage/data/inset-topleft@3x.9.png index 73f3595a..16349d22 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-topleft@3x.9.png and b/tests/auto/qquickninepatchimage/data/inset-topleft@3x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/inset-topleft@4x.9.png b/tests/auto/qquickninepatchimage/data/inset-topleft@4x.9.png index 78baa463..160fab61 100644 Binary files a/tests/auto/qquickninepatchimage/data/inset-topleft@4x.9.png and b/tests/auto/qquickninepatchimage/data/inset-topleft@4x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/padding.9.png b/tests/auto/qquickninepatchimage/data/padding.9.png index 5b4f0960..8a65afad 100644 Binary files a/tests/auto/qquickninepatchimage/data/padding.9.png and b/tests/auto/qquickninepatchimage/data/padding.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/padding@2x.9.png b/tests/auto/qquickninepatchimage/data/padding@2x.9.png index 44eb1943..101fc0cb 100644 Binary files a/tests/auto/qquickninepatchimage/data/padding@2x.9.png and b/tests/auto/qquickninepatchimage/data/padding@2x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/padding@3x.9.png b/tests/auto/qquickninepatchimage/data/padding@3x.9.png index d1563448..e07a93a2 100644 Binary files a/tests/auto/qquickninepatchimage/data/padding@3x.9.png and b/tests/auto/qquickninepatchimage/data/padding@3x.9.png differ diff --git a/tests/auto/qquickninepatchimage/data/padding@4x.9.png b/tests/auto/qquickninepatchimage/data/padding@4x.9.png index e86cce69..a3506444 100644 Binary files a/tests/auto/qquickninepatchimage/data/padding@4x.9.png and b/tests/auto/qquickninepatchimage/data/padding@4x.9.png differ -- cgit v1.2.3