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/Navigation/images/straight-light.png | Bin 15727 -> 896 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quickcontrols2/wearable/qml/Navigation/images/straight-light.png') diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/straight-light.png b/examples/quickcontrols2/wearable/qml/Navigation/images/straight-light.png index e3c5bb5c..1321b97a 100644 Binary files a/examples/quickcontrols2/wearable/qml/Navigation/images/straight-light.png and b/examples/quickcontrols2/wearable/qml/Navigation/images/straight-light.png differ -- cgit v1.2.3