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 --- .../doc/images/qtquickcontrols2-gallery-drawer.png | Bin 15785 -> 15428 bytes .../doc/images/qtquickcontrols2-gallery-menu.png | Bin 16618 -> 15953 bytes .../doc/images/qtquickcontrols2-gallery-welcome.png | Bin 20138 -> 18513 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quickcontrols2/gallery/doc/images') diff --git a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png b/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png index 9109fdda..0df43fbc 100644 Binary files a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png and b/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png differ diff --git a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png b/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png index 3cbfbe65..3bdaae94 100644 Binary files a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png and b/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png differ diff --git a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png b/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png index e69e7e46..ded30381 100644 Binary files a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png and b/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png differ -- cgit v1.2.3