From 02ca32ae0a5bc290918d2b2a3288e385b9cc6b11 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 19 Feb 2021 17:10:51 -0500 Subject: external & build dependences in src tree - external & build dependences boost licensed - ext_depends (external depends) - D-YAML - tinyendian - d2sqlite3 - imageformats - build_depends - dub2nix --- .../imageformats/tests/pngsuite/PngSuite.LICENSE | 9 ++++++++ .../imageformats/tests/pngsuite/PngSuite.README | 25 +++++++++++++++++++++ .../imageformats/tests/pngsuite/basi0g08.png | Bin 0 -> 254 bytes .../imageformats/tests/pngsuite/basi2c08.png | Bin 0 -> 315 bytes .../imageformats/tests/pngsuite/basi3p08.png | Bin 0 -> 1527 bytes .../imageformats/tests/pngsuite/basi4a08.png | Bin 0 -> 214 bytes .../imageformats/tests/pngsuite/basi6a08.png | Bin 0 -> 361 bytes .../imageformats/tests/pngsuite/basn0g08.png | Bin 0 -> 138 bytes .../imageformats/tests/pngsuite/basn2c08.png | Bin 0 -> 145 bytes .../imageformats/tests/pngsuite/basn3p08.png | Bin 0 -> 1286 bytes .../imageformats/tests/pngsuite/basn4a08.png | Bin 0 -> 126 bytes .../imageformats/tests/pngsuite/basn6a08.png | Bin 0 -> 184 bytes 12 files changed, 34 insertions(+) create mode 100644 src/ext_depends/imageformats/tests/pngsuite/PngSuite.LICENSE create mode 100644 src/ext_depends/imageformats/tests/pngsuite/PngSuite.README create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basi0g08.png create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basi2c08.png create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basi3p08.png create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basi4a08.png create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basi6a08.png create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basn0g08.png create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basn2c08.png create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basn3p08.png create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basn4a08.png create mode 100644 src/ext_depends/imageformats/tests/pngsuite/basn6a08.png (limited to 'src/ext_depends/imageformats/tests/pngsuite') diff --git a/src/ext_depends/imageformats/tests/pngsuite/PngSuite.LICENSE b/src/ext_depends/imageformats/tests/pngsuite/PngSuite.LICENSE new file mode 100644 index 0000000..8d4d1d0 --- /dev/null +++ b/src/ext_depends/imageformats/tests/pngsuite/PngSuite.LICENSE @@ -0,0 +1,9 @@ +PngSuite +-------- + +Permission to use, copy, modify and distribute these images for any +purpose and without fee is hereby granted. + + +(c) Willem van Schaik, 1996, 2011 + diff --git a/src/ext_depends/imageformats/tests/pngsuite/PngSuite.README b/src/ext_depends/imageformats/tests/pngsuite/PngSuite.README new file mode 100644 index 0000000..3ef8f24 --- /dev/null +++ b/src/ext_depends/imageformats/tests/pngsuite/PngSuite.README @@ -0,0 +1,25 @@ + PNGSUITE +---------------- + + testset for PNG-(de)coders + created by Willem van Schaik +------------------------------------ + +This is a collection of graphics images created to test the png applications +like viewers, converters and editors. All (as far as that is possible) +formats supported by the PNG standard are represented. + +The suite consists of the following files: + +- PngSuite.README - this file +- PngSuite.LICENSE - the PngSuite is freeware +- PngSuite.png - image with PngSuite logo +- PngSuite.tgz - archive of all PNG testfiles +- PngSuite.zip - same in .zip format for PCs + + +-------- + (c) Willem van Schaik + willem@schaik.com + Calgary, April 2011 + diff --git a/src/ext_depends/imageformats/tests/pngsuite/basi0g08.png b/src/ext_depends/imageformats/tests/pngsuite/basi0g08.png new file mode 100644 index 0000000..faed8be Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basi0g08.png differ diff --git a/src/ext_depends/imageformats/tests/pngsuite/basi2c08.png b/src/ext_depends/imageformats/tests/pngsuite/basi2c08.png new file mode 100644 index 0000000..2aab44d Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basi2c08.png differ diff --git a/src/ext_depends/imageformats/tests/pngsuite/basi3p08.png b/src/ext_depends/imageformats/tests/pngsuite/basi3p08.png new file mode 100644 index 0000000..50a6d1c Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basi3p08.png differ diff --git a/src/ext_depends/imageformats/tests/pngsuite/basi4a08.png b/src/ext_depends/imageformats/tests/pngsuite/basi4a08.png new file mode 100644 index 0000000..398132b Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basi4a08.png differ diff --git a/src/ext_depends/imageformats/tests/pngsuite/basi6a08.png b/src/ext_depends/imageformats/tests/pngsuite/basi6a08.png new file mode 100644 index 0000000..aecb32e Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basi6a08.png differ diff --git a/src/ext_depends/imageformats/tests/pngsuite/basn0g08.png b/src/ext_depends/imageformats/tests/pngsuite/basn0g08.png new file mode 100644 index 0000000..23c8237 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basn0g08.png differ diff --git a/src/ext_depends/imageformats/tests/pngsuite/basn2c08.png b/src/ext_depends/imageformats/tests/pngsuite/basn2c08.png new file mode 100644 index 0000000..db5ad15 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basn2c08.png differ diff --git a/src/ext_depends/imageformats/tests/pngsuite/basn3p08.png b/src/ext_depends/imageformats/tests/pngsuite/basn3p08.png new file mode 100644 index 0000000..0ddad07 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basn3p08.png differ diff --git a/src/ext_depends/imageformats/tests/pngsuite/basn4a08.png b/src/ext_depends/imageformats/tests/pngsuite/basn4a08.png new file mode 100644 index 0000000..3e13052 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basn4a08.png differ diff --git a/src/ext_depends/imageformats/tests/pngsuite/basn6a08.png b/src/ext_depends/imageformats/tests/pngsuite/basn6a08.png new file mode 100644 index 0000000..e608738 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite/basn6a08.png differ -- cgit v1.2.3