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 --- .../wearable/qml/Weather/images/wind-light.png | Bin 16440 -> 1609 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quickcontrols2/wearable/qml/Weather/images/wind-light.png') diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/wind-light.png b/examples/quickcontrols2/wearable/qml/Weather/images/wind-light.png index c728fcc0..97824bee 100644 Binary files a/examples/quickcontrols2/wearable/qml/Weather/images/wind-light.png and b/examples/quickcontrols2/wearable/qml/Weather/images/wind-light.png differ -- cgit v1.2.3