From 515bf125593f4259dc558baf0523402a1d212b9b Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 4 Sep 2023 00:32:49 -0400 Subject: fixed huffman tables --- test/earth0.png | Bin 0 -> 3151930 bytes test/earth9.png | Bin 0 -> 1473658 bytes test/earth_palette.png | Bin 0 -> 483244 bytes test/small_rgb.png | Bin 0 -> 115 bytes test/small_rgba.png | Bin 0 -> 104 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/earth0.png create mode 100644 test/earth9.png create mode 100644 test/earth_palette.png create mode 100644 test/small_rgb.png create mode 100644 test/small_rgba.png (limited to 'test') diff --git a/test/earth0.png b/test/earth0.png new file mode 100644 index 0000000..8c1ab6a Binary files /dev/null and b/test/earth0.png differ diff --git a/test/earth9.png b/test/earth9.png new file mode 100644 index 0000000..d2670b1 Binary files /dev/null and b/test/earth9.png differ diff --git a/test/earth_palette.png b/test/earth_palette.png new file mode 100644 index 0000000..af974e0 Binary files /dev/null and b/test/earth_palette.png differ diff --git a/test/small_rgb.png b/test/small_rgb.png new file mode 100644 index 0000000..9cb9fac Binary files /dev/null and b/test/small_rgb.png differ diff --git a/test/small_rgba.png b/test/small_rgba.png new file mode 100644 index 0000000..33d4c13 Binary files /dev/null and b/test/small_rgba.png differ -- cgit v1.2.3