From 7d33b7e5e9e968bae5155724df290bb0dda02d2f Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 25 Jul 2018 08:43:25 +0200 Subject: gallery: strip png metadata to avoid warning The warning was: "libpng warning: iCCP: known incorrect sRGB profile" The metadata was removed with this command: optipng -o7 -strip all *.png Change-Id: Icc8f365becb25f8267f93383de9ec78c18f6a03e Reviewed-by: Richard Moe Gustavsen --- examples/quickcontrols2/gallery/images/arrow.png | Bin 3060 -> 319 bytes examples/quickcontrols2/gallery/images/arrow@2x.png | Bin 3240 -> 476 bytes examples/quickcontrols2/gallery/images/arrow@3x.png | Bin 3370 -> 611 bytes examples/quickcontrols2/gallery/images/arrow@4x.png | Bin 3615 -> 758 bytes examples/quickcontrols2/gallery/images/arrows.png | Bin 768 -> 458 bytes examples/quickcontrols2/gallery/images/arrows@2x.png | Bin 1290 -> 699 bytes examples/quickcontrols2/gallery/images/arrows@3x.png | Bin 1883 -> 942 bytes examples/quickcontrols2/gallery/images/arrows@4x.png | Bin 2765 -> 1211 bytes examples/quickcontrols2/gallery/images/qt-logo.png | Bin 2695 -> 1301 bytes .../quickcontrols2/gallery/images/qt-logo@2x.png | Bin 5521 -> 2611 bytes .../quickcontrols2/gallery/images/qt-logo@3x.png | Bin 8166 -> 4155 bytes .../quickcontrols2/gallery/images/qt-logo@4x.png | Bin 11600 -> 5916 bytes 12 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples/quickcontrols2') diff --git a/examples/quickcontrols2/gallery/images/arrow.png b/examples/quickcontrols2/gallery/images/arrow.png index d81accbb..9835108e 100644 Binary files a/examples/quickcontrols2/gallery/images/arrow.png and b/examples/quickcontrols2/gallery/images/arrow.png differ diff --git a/examples/quickcontrols2/gallery/images/arrow@2x.png b/examples/quickcontrols2/gallery/images/arrow@2x.png index 309c0187..a5187d48 100644 Binary files a/examples/quickcontrols2/gallery/images/arrow@2x.png and b/examples/quickcontrols2/gallery/images/arrow@2x.png differ diff --git a/examples/quickcontrols2/gallery/images/arrow@3x.png b/examples/quickcontrols2/gallery/images/arrow@3x.png index e146ecc9..a512f648 100644 Binary files a/examples/quickcontrols2/gallery/images/arrow@3x.png and b/examples/quickcontrols2/gallery/images/arrow@3x.png differ diff --git a/examples/quickcontrols2/gallery/images/arrow@4x.png b/examples/quickcontrols2/gallery/images/arrow@4x.png index b2ad27f3..fd893ebb 100644 Binary files a/examples/quickcontrols2/gallery/images/arrow@4x.png and b/examples/quickcontrols2/gallery/images/arrow@4x.png differ diff --git a/examples/quickcontrols2/gallery/images/arrows.png b/examples/quickcontrols2/gallery/images/arrows.png index d38b94a4..3a4cc9b9 100644 Binary files a/examples/quickcontrols2/gallery/images/arrows.png and b/examples/quickcontrols2/gallery/images/arrows.png differ diff --git a/examples/quickcontrols2/gallery/images/arrows@2x.png b/examples/quickcontrols2/gallery/images/arrows@2x.png index 69b9342b..8c80a2b4 100644 Binary files a/examples/quickcontrols2/gallery/images/arrows@2x.png and b/examples/quickcontrols2/gallery/images/arrows@2x.png differ diff --git a/examples/quickcontrols2/gallery/images/arrows@3x.png b/examples/quickcontrols2/gallery/images/arrows@3x.png index 77032526..22f23cef 100644 Binary files a/examples/quickcontrols2/gallery/images/arrows@3x.png and b/examples/quickcontrols2/gallery/images/arrows@3x.png differ diff --git a/examples/quickcontrols2/gallery/images/arrows@4x.png b/examples/quickcontrols2/gallery/images/arrows@4x.png index 66c1fac5..6d1afeef 100644 Binary files a/examples/quickcontrols2/gallery/images/arrows@4x.png and b/examples/quickcontrols2/gallery/images/arrows@4x.png differ diff --git a/examples/quickcontrols2/gallery/images/qt-logo.png b/examples/quickcontrols2/gallery/images/qt-logo.png index 90e6f905..dff77295 100644 Binary files a/examples/quickcontrols2/gallery/images/qt-logo.png and b/examples/quickcontrols2/gallery/images/qt-logo.png differ diff --git a/examples/quickcontrols2/gallery/images/qt-logo@2x.png b/examples/quickcontrols2/gallery/images/qt-logo@2x.png index 22d111ad..dbd73aab 100644 Binary files a/examples/quickcontrols2/gallery/images/qt-logo@2x.png and b/examples/quickcontrols2/gallery/images/qt-logo@2x.png differ diff --git a/examples/quickcontrols2/gallery/images/qt-logo@3x.png b/examples/quickcontrols2/gallery/images/qt-logo@3x.png index 627746cd..68e763b5 100644 Binary files a/examples/quickcontrols2/gallery/images/qt-logo@3x.png and b/examples/quickcontrols2/gallery/images/qt-logo@3x.png differ diff --git a/examples/quickcontrols2/gallery/images/qt-logo@4x.png b/examples/quickcontrols2/gallery/images/qt-logo@4x.png index dc62286d..08fd8825 100644 Binary files a/examples/quickcontrols2/gallery/images/qt-logo@4x.png and b/examples/quickcontrols2/gallery/images/qt-logo@4x.png differ -- cgit v1.2.3