move tests, increase tests

This commit is contained in:
Luke Page 2015-07-30 23:30:30 +01:00
parent fa9693a42c
commit 30e6e38e22
183 changed files with 233 additions and 66 deletions

View file

@ -1,38 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>PNG Test</title>
<style>
body { background: #eee; font: 12px Arial; margin: 10px; }
img { margin: 2px; background: url(bg.png); }
h3 { margin: 10px 0; }
</style>
</head>
<body>
<h3>Basic</h3>
<img src="img/basn0g08.png"> <img src="out/basn0g08.png"> grayscale<br>
<img src="img/basn2c08.png"> <img src="out/basn2c08.png"> color<br>
<img src="img/basn3p08.png"> <img src="out/basn3p08.png"> paletted<br>
<img src="img/basn4a08.png"> <img src="out/basn4a08.png"> grayscale + alpha<br>
<img src="img/basn6a08.png"> <img src="out/basn6a08.png"> color + alpha<br>
<h3>Image filtering</h3>
<img src="img/f00n0g08.png"> <img src="out/f00n0g08.png"> grayscale, filter 0<br>
<img src="img/f00n2c08.png"> <img src="out/f00n2c08.png"> color, filter 0<br>
<img src="img/f01n0g08.png"> <img src="out/f01n0g08.png"> grayscale, filter 1<br>
<img src="img/f01n2c08.png"> <img src="out/f01n2c08.png"> color, filter 1<br>
<img src="img/f02n0g08.png"> <img src="out/f02n0g08.png"> grayscale, filter 2<br>
<img src="img/f02n2c08.png"> <img src="out/f02n2c08.png"> color, filter 2<br>
<img src="img/f03n0g08.png"> <img src="out/f03n0g08.png"> grayscale, filter 3<br>
<img src="img/f03n2c08.png"> <img src="out/f03n2c08.png"> color, filter 3<br>
<img src="img/f04n0g08.png"> <img src="out/f04n0g08.png"> grayscale, filter 4<br>
<img src="img/f04n2c08.png"> <img src="out/f04n2c08.png"> color, filter 4<br>
<h3>Transparency</h3>
<img src="img/tp0n0g08.png"> <img src="out/tp0n0g08.png"> grayscale, not transparent<br>
<img src="img/tp0n2c08.png"> <img src="out/tp0n2c08.png"> color, not transparent<br>
<img src="img/tp0n3p08.png"> <img src="out/tp0n3p08.png"> paletted, not transparent<br>
<img src="img/tbrn2c08.png"> <img src="out/tbrn2c08.png"> color, transparent<br>
<img src="img/tp1n3p08.png"> <img src="out/tp1n3p08.png"> paletted, transparent<br>
</body>
</html>

View file

Before

Width:  |  Height:  |  Size: 93 B

After

Width:  |  Height:  |  Size: 93 B

BIN
test/in/PngSuite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
test/in/basi0g01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

BIN
test/in/basi0g02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

BIN
test/in/basi0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

BIN
test/in/basi0g08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

BIN
test/in/basi0g16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

BIN
test/in/basi2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

BIN
test/in/basi2c16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

BIN
test/in/basi3p01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

BIN
test/in/basi3p02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

BIN
test/in/basi3p04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

BIN
test/in/basi3p08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
test/in/basi4a08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

BIN
test/in/basi4a16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
test/in/basi6a08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

BIN
test/in/basi6a16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
test/in/basn0g01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

BIN
test/in/basn0g02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

BIN
test/in/basn0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

View file

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 138 B

BIN
test/in/basn0g16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

View file

Before

Width:  |  Height:  |  Size: 145 B

After

Width:  |  Height:  |  Size: 145 B

BIN
test/in/basn2c16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

BIN
test/in/basn3p01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

BIN
test/in/basn3p02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

BIN
test/in/basn3p04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 126 B

After

Width:  |  Height:  |  Size: 126 B

BIN
test/in/basn4a16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 184 B

BIN
test/in/basn6a16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
test/in/bgai4a08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

BIN
test/in/bgai4a16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
test/in/bgan6a08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

BIN
test/in/bgan6a16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
test/in/bgbn4a08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

BIN
test/in/bggn4a16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
test/in/bgwn6a08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

BIN
test/in/bgyn6a16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
test/in/ccwn2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
test/in/ccwn3p08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
test/in/cdfn2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

BIN
test/in/cdhn2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

BIN
test/in/cdsn2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

BIN
test/in/cdun2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

BIN
test/in/ch1n3p04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

BIN
test/in/ch2n3p08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
test/in/cm0n0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

BIN
test/in/cm7n0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

BIN
test/in/cm9n0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

BIN
test/in/cs3n2c16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

BIN
test/in/cs3n3p08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

BIN
test/in/cs5n2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

BIN
test/in/cs5n3p08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

BIN
test/in/cs8n2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

BIN
test/in/cs8n3p08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

BIN
test/in/ct0n0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

BIN
test/in/ct1n0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

BIN
test/in/cten0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B

BIN
test/in/ctfn0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

BIN
test/in/ctgn0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
test/in/cthn0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
test/in/ctjn0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

BIN
test/in/ctzn0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

View file

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 319 B

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 321 B

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 355 B

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 389 B

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 269 B

View file

Before

Width:  |  Height:  |  Size: 985 B

After

Width:  |  Height:  |  Size: 985 B

BIN
test/in/f99n0g04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

BIN
test/in/g03n0g16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

BIN
test/in/g03n2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

BIN
test/in/g03n3p04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

BIN
test/in/g04n0g16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

BIN
test/in/g04n2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

BIN
test/in/g04n3p04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

BIN
test/in/g05n0g16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

BIN
test/in/g05n2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

BIN
test/in/g05n3p04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

BIN
test/in/g07n0g16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

BIN
test/in/g07n2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

BIN
test/in/g07n3p04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

BIN
test/in/g10n0g16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

BIN
test/in/g10n2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

BIN
test/in/g10n3p04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

BIN
test/in/g25n0g16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

BIN
test/in/g25n2c08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

BIN
test/in/g25n3p04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

BIN
test/in/oi1n0g16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

BIN
test/in/oi1n2c16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Some files were not shown because too many files have changed in this diff Show more