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-bmp/basi0g08.bmp | Bin 0 -> 3194 bytes .../imageformats/tests/pngsuite-bmp/basi2c08.bmp | Bin 0 -> 3194 bytes .../imageformats/tests/pngsuite-bmp/basi3p08.bmp | Bin 0 -> 3194 bytes .../imageformats/tests/pngsuite-bmp/basi4a08.bmp | Bin 0 -> 4218 bytes .../imageformats/tests/pngsuite-bmp/basi6a08.bmp | Bin 0 -> 4218 bytes .../imageformats/tests/pngsuite-bmp/basn0g08.bmp | Bin 0 -> 3194 bytes .../imageformats/tests/pngsuite-bmp/basn2c08.bmp | Bin 0 -> 3194 bytes .../imageformats/tests/pngsuite-bmp/basn3p08.bmp | Bin 0 -> 3194 bytes .../imageformats/tests/pngsuite-bmp/basn4a08.bmp | Bin 0 -> 4218 bytes .../imageformats/tests/pngsuite-bmp/basn6a08.bmp | Bin 0 -> 4218 bytes .../imageformats/tests/pngsuite-tga/basi0g08.tga | Bin 0 -> 1042 bytes .../imageformats/tests/pngsuite-tga/basi2c08.tga | Bin 0 -> 3090 bytes .../imageformats/tests/pngsuite-tga/basi3p08.tga | Bin 0 -> 3090 bytes .../imageformats/tests/pngsuite-tga/basi4a08.tga | Bin 0 -> 4114 bytes .../imageformats/tests/pngsuite-tga/basi6a08.tga | Bin 0 -> 4114 bytes .../imageformats/tests/pngsuite-tga/basn0g08.tga | Bin 0 -> 1042 bytes .../imageformats/tests/pngsuite-tga/basn2c08.tga | Bin 0 -> 3090 bytes .../imageformats/tests/pngsuite-tga/basn3p08.tga | Bin 0 -> 3090 bytes .../imageformats/tests/pngsuite-tga/basn4a08.tga | Bin 0 -> 4114 bytes .../imageformats/tests/pngsuite-tga/basn6a08.tga | Bin 0 -> 4114 bytes .../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 32 files changed, 34 insertions(+) create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basi0g08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basi2c08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basi3p08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basi4a08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basi6a08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basn0g08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basn2c08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basn3p08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basn4a08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-bmp/basn6a08.bmp create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basi0g08.tga create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basi2c08.tga create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basi3p08.tga create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basi4a08.tga create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basi6a08.tga create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basn0g08.tga create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basn2c08.tga create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basn3p08.tga create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basn4a08.tga create mode 100644 src/ext_depends/imageformats/tests/pngsuite-tga/basn6a08.tga 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') diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basi0g08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi0g08.bmp new file mode 100644 index 0000000..eaaff1b Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi0g08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basi2c08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi2c08.bmp new file mode 100644 index 0000000..ff66a65 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi2c08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basi3p08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi3p08.bmp new file mode 100644 index 0000000..ffe79fe Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi3p08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basi4a08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi4a08.bmp new file mode 100644 index 0000000..e24c9ea Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi4a08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basi6a08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi6a08.bmp new file mode 100644 index 0000000..4fc819f Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basi6a08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basn0g08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn0g08.bmp new file mode 100644 index 0000000..eaaff1b Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn0g08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basn2c08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn2c08.bmp new file mode 100644 index 0000000..ff66a65 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn2c08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basn3p08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn3p08.bmp new file mode 100644 index 0000000..ffe79fe Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn3p08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basn4a08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn4a08.bmp new file mode 100644 index 0000000..e24c9ea Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn4a08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-bmp/basn6a08.bmp b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn6a08.bmp new file mode 100644 index 0000000..4fc819f Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-bmp/basn6a08.bmp differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basi0g08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basi0g08.tga new file mode 100644 index 0000000..188dab5 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basi0g08.tga differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basi2c08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basi2c08.tga new file mode 100644 index 0000000..388c86a Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basi2c08.tga differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basi3p08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basi3p08.tga new file mode 100644 index 0000000..d79e009 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basi3p08.tga differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basi4a08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basi4a08.tga new file mode 100644 index 0000000..064241a Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basi4a08.tga differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basi6a08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basi6a08.tga new file mode 100644 index 0000000..594d70f Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basi6a08.tga differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basn0g08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basn0g08.tga new file mode 100644 index 0000000..188dab5 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basn0g08.tga differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basn2c08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basn2c08.tga new file mode 100644 index 0000000..388c86a Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basn2c08.tga differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basn3p08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basn3p08.tga new file mode 100644 index 0000000..d79e009 Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basn3p08.tga differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basn4a08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basn4a08.tga new file mode 100644 index 0000000..064241a Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basn4a08.tga differ diff --git a/src/ext_depends/imageformats/tests/pngsuite-tga/basn6a08.tga b/src/ext_depends/imageformats/tests/pngsuite-tga/basn6a08.tga new file mode 100644 index 0000000..594d70f Binary files /dev/null and b/src/ext_depends/imageformats/tests/pngsuite-tga/basn6a08.tga differ 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