From eb11ab2480e113d6d1b836f7924de1fd2c7014a7 Mon Sep 17 00:00:00 2001 From: Paul Roukema Date: Sat, 13 Jun 2020 13:22:58 -0400 Subject: [PATCH] Base: Add some interlaced PNGs to the local copies of the pngsuite tests --- Base/home/anon/www/pngsuite_int_png.html | 26 ++++++++++++++++++++++++ Base/home/anon/www/pngsuite_siz_png.html | 18 ++++++++++++++++ Base/home/anon/www/welcome.html | 1 + 3 files changed, 45 insertions(+) create mode 100644 Base/home/anon/www/pngsuite_int_png.html diff --git a/Base/home/anon/www/pngsuite_int_png.html b/Base/home/anon/www/pngsuite_int_png.html new file mode 100644 index 0000000000..855c19a66c --- /dev/null +++ b/Base/home/anon/www/pngsuite_int_png.html @@ -0,0 +1,26 @@ + + +PngSuite - Interlacing / PNG-files + + + + + +
--- basi0g01 - black & white +
--- basi0g02 - 2 bit (4 level) grayscale +
--- basi0g04 - 4 bit (16 level) grayscale +
--- basi0g08 - 8 bit (256 level) grayscale +
--- basi0g16 - 16 bit (64k level) grayscale +
--- basi2c08 - 3x8 bits rgb color +
--- basi2c16 - 3x16 bits rgb color +
--- basi3p01 - 1 bit (2 color) paletted +
--- basi3p02 - 2 bit (4 color) paletted +
--- basi3p04 - 4 bit (16 color) paletted +
--- basi3p08 - 8 bit (256 color) paletted +
--- basi4a08 - 8 bit grayscale + 8 bit alpha-channel +
--- basi4a16 - 16 bit grayscale + 16 bit alpha-channel +
--- basi6a08 - 3x8 bits rgb color + 8 bit alpha-channel +
--- basi6a16 - 3x16 bits rgb color + 16 bit alpha-channel + + + diff --git a/Base/home/anon/www/pngsuite_siz_png.html b/Base/home/anon/www/pngsuite_siz_png.html index 1ed2d07208..93721eea54 100644 --- a/Base/home/anon/www/pngsuite_siz_png.html +++ b/Base/home/anon/www/pngsuite_siz_png.html @@ -7,23 +7,41 @@
--- s01n3p01 - 1x1 paletted file, no interlacing +
--- s01i3p01 - 1x1 paletted file, interlaced
--- s02n3p01 - 2x2 paletted file, no interlacing +
--- s02i3p01 - 2x2 paletted file, interlaced
--- s03n3p01 - 3x3 paletted file, no interlacing +
--- s03i3p01 - 3x3 paletted file, interlaced
--- s04n3p01 - 4x4 paletted file, no interlacing +
--- s04i3p01 - 4x4 paletted file, interlaced
--- s05n3p02 - 5x5 paletted file, no interlacing +
--- s05i3p02 - 5x5 paletted file, interlaced
--- s06n3p02 - 6x6 paletted file, no interlacing +
--- s06i3p02 - 6x6 paletted file, interlaced
--- s07n3p02 - 7x7 paletted file, no interlacing +
--- s07i3p02 - 7x7 paletted file, interlaced
--- s08n3p02 - 8x8 paletted file, no interlacing +
--- s08i3p02 - 8x8 paletted file, interlaced
--- s09n3p02 - 9x9 paletted file, no interlacing +
--- s09i3p02 - 9x9 paletted file, interlaced
--- s32n3p04 - 32x32 paletted file, no interlacing +
--- s32i3p04 - 32x32 paletted file, interlaced
--- s33n3p04 - 33x33 paletted file, no interlacing +
--- s33i3p04 - 33x33 paletted file, interlaced
--- s34n3p04 - 34x34 paletted file, no interlacing +
--- s34i3p04 - 34x34 paletted file, interlaced
--- s35n3p04 - 35x35 paletted file, no interlacing +
--- s35i3p04 - 35x35 paletted file, interlaced
--- s36n3p04 - 36x36 paletted file, no interlacing +
--- s36i3p04 - 36x36 paletted file, interlaced
--- s37n3p04 - 37x37 paletted file, no interlacing +
--- s37i3p04 - 37x37 paletted file, interlaced
--- s38n3p04 - 38x38 paletted file, no interlacing +
--- s38i3p04 - 38x38 paletted file, interlaced
--- s39n3p04 - 39x39 paletted file, no interlacing +
--- s39i3p04 - 39x39 paletted file, interlaced
--- s40n3p04 - 40x40 paletted file, no interlacing +
--- s40i3p04 - 40x40 paletted file, interlaced diff --git a/Base/home/anon/www/welcome.html b/Base/home/anon/www/welcome.html index 42e2e6865f..1a85077a1f 100644 --- a/Base/home/anon/www/welcome.html +++ b/Base/home/anon/www/welcome.html @@ -43,6 +43,7 @@ span#ua {
  • canvas path quadratic curve test
  • pngsuite odd sizes test
  • pngsuite basic formats test
  • +
  • pngsuite interlacing test
  • canvas path house!
  • canvas drawImage() test
  • canvas + trigonometry functions