Commit 6f2c68b2 authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Merge remote-tracking branch 'origin/5.4' into dev

Change-Id: Ie20395da30acdbf0ac42089208046f0526fd5fb7
parents 2696820a fef13b3b
Branches
Tags
No related merge requests found
Showing with 0 additions and 7 deletions
tests/auto/webp/images/lena.jpg

7.15 KiB

tests/auto/webp/images/lena.webp

2.72 KiB

tests/auto/webp/images/lena_lossless.webp

8.85 KiB

......@@ -50,8 +50,6 @@ void tst_qwebp::readImage_data()
QTest::addColumn<QString>("fileName");
QTest::addColumn<QSize>("size");
QTest::newRow("lena") << QString("lena") << QSize(103, 103);
QTest::newRow("lena_lossless") << QString("lena_lossless") << QSize(103, 103);
QTest::newRow("kollada") << QString("kollada") << QSize(436, 160);
QTest::newRow("kollada_lossless") << QString("kollada_lossless") << QSize(436, 160);
}
......@@ -77,8 +75,6 @@ void tst_qwebp::writeImage_data()
QTest::addColumn<QSize>("size");
QTest::addColumn<bool>("needcheck");
QTest::newRow("lena-90") << QString("lena") << QString(".jpg") << 90 << QSize(103, 103) << false;
QTest::newRow("lena-100") << QString("lena") << QString(".jpg") << 100 << QSize(103, 103) << false;
QTest::newRow("kollada-75") << QString("kollada") << QString(".png") << 75 << QSize(436, 160) << false;
QTest::newRow("kollada-100") << QString("kollada") << QString(".png") << 100 << QSize(436, 160) << true;
}
......
<RCC>
<qresource prefix="/">
<file>images/lena.jpg</file>
<file>images/lena.webp</file>
<file>images/lena_lossless.webp</file>
<file>images/kollada.png</file>
<file>images/kollada.webp</file>
<file>images/kollada_lossless.webp</file>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment