]> git.imager.perl.org - imager.git/commitdiff
various BMP test files added
authorTony Cook <tony@develop=help.com>
Thu, 25 Nov 2004 13:00:21 +0000 (13:00 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 25 Nov 2004 13:00:21 +0000 (13:00 +0000)
26 files changed:
testimg/bad1oflow.bmp [new file with mode: 0644]
testimg/bad1wid0.bmp [new file with mode: 0644]
testimg/bad24comp.bmp [new file with mode: 0644]
testimg/bad24oflow.bmp [new file with mode: 0644]
testimg/bad24wid0.bmp [new file with mode: 0644]
testimg/bad4oflow.bmp [new file with mode: 0755]
testimg/bad4wid0.bmp [new file with mode: 0755]
testimg/bad4widbig.bmp [new file with mode: 0755]
testimg/bad8comp.bmp [new file with mode: 0644]
testimg/bad8oflow.bmp [new file with mode: 0644]
testimg/bad8useda.bmp [new file with mode: 0644]
testimg/bad8wid0.bmp [new file with mode: 0644]
testimg/badbits.bmp [new file with mode: 0755]
testimg/badcomp1.bmp [new file with mode: 0644]
testimg/badcomp4.bmp [new file with mode: 0755]
testimg/badplanes.bmp [new file with mode: 0755]
testimg/badused1.bmp [new file with mode: 0644]
testimg/badused4a.bmp [new file with mode: 0755]
testimg/badused4b.bmp [new file with mode: 0755]
testimg/short1.bmp [new file with mode: 0644]
testimg/short24.bmp [new file with mode: 0644]
testimg/short4.bmp [new file with mode: 0755]
testimg/short4rle.bmp [new file with mode: 0755]
testimg/short8.bmp [new file with mode: 0644]
testimg/short8rle.bmp [new file with mode: 0644]
testimg/winrgb24.bmp [new file with mode: 0644]

diff --git a/testimg/bad1oflow.bmp b/testimg/bad1oflow.bmp
new file mode 100644 (file)
index 0000000..51da057
Binary files /dev/null and b/testimg/bad1oflow.bmp differ
diff --git a/testimg/bad1wid0.bmp b/testimg/bad1wid0.bmp
new file mode 100644 (file)
index 0000000..aab8fca
Binary files /dev/null and b/testimg/bad1wid0.bmp differ
diff --git a/testimg/bad24comp.bmp b/testimg/bad24comp.bmp
new file mode 100644 (file)
index 0000000..74f8cdf
Binary files /dev/null and b/testimg/bad24comp.bmp differ
diff --git a/testimg/bad24oflow.bmp b/testimg/bad24oflow.bmp
new file mode 100644 (file)
index 0000000..d654797
Binary files /dev/null and b/testimg/bad24oflow.bmp differ
diff --git a/testimg/bad24wid0.bmp b/testimg/bad24wid0.bmp
new file mode 100644 (file)
index 0000000..e56c52d
Binary files /dev/null and b/testimg/bad24wid0.bmp differ
diff --git a/testimg/bad4oflow.bmp b/testimg/bad4oflow.bmp
new file mode 100755 (executable)
index 0000000..bcf5c7e
Binary files /dev/null and b/testimg/bad4oflow.bmp differ
diff --git a/testimg/bad4wid0.bmp b/testimg/bad4wid0.bmp
new file mode 100755 (executable)
index 0000000..2856923
Binary files /dev/null and b/testimg/bad4wid0.bmp differ
diff --git a/testimg/bad4widbig.bmp b/testimg/bad4widbig.bmp
new file mode 100755 (executable)
index 0000000..888b5dc
Binary files /dev/null and b/testimg/bad4widbig.bmp differ
diff --git a/testimg/bad8comp.bmp b/testimg/bad8comp.bmp
new file mode 100644 (file)
index 0000000..87d8e8e
Binary files /dev/null and b/testimg/bad8comp.bmp differ
diff --git a/testimg/bad8oflow.bmp b/testimg/bad8oflow.bmp
new file mode 100644 (file)
index 0000000..2158c3b
Binary files /dev/null and b/testimg/bad8oflow.bmp differ
diff --git a/testimg/bad8useda.bmp b/testimg/bad8useda.bmp
new file mode 100644 (file)
index 0000000..174a258
Binary files /dev/null and b/testimg/bad8useda.bmp differ
diff --git a/testimg/bad8wid0.bmp b/testimg/bad8wid0.bmp
new file mode 100644 (file)
index 0000000..2dc2b4f
Binary files /dev/null and b/testimg/bad8wid0.bmp differ
diff --git a/testimg/badbits.bmp b/testimg/badbits.bmp
new file mode 100755 (executable)
index 0000000..c531558
Binary files /dev/null and b/testimg/badbits.bmp differ
diff --git a/testimg/badcomp1.bmp b/testimg/badcomp1.bmp
new file mode 100644 (file)
index 0000000..28aa87d
Binary files /dev/null and b/testimg/badcomp1.bmp differ
diff --git a/testimg/badcomp4.bmp b/testimg/badcomp4.bmp
new file mode 100755 (executable)
index 0000000..25034f0
Binary files /dev/null and b/testimg/badcomp4.bmp differ
diff --git a/testimg/badplanes.bmp b/testimg/badplanes.bmp
new file mode 100755 (executable)
index 0000000..dffb757
Binary files /dev/null and b/testimg/badplanes.bmp differ
diff --git a/testimg/badused1.bmp b/testimg/badused1.bmp
new file mode 100644 (file)
index 0000000..7a5c882
Binary files /dev/null and b/testimg/badused1.bmp differ
diff --git a/testimg/badused4a.bmp b/testimg/badused4a.bmp
new file mode 100755 (executable)
index 0000000..aac1a8a
Binary files /dev/null and b/testimg/badused4a.bmp differ
diff --git a/testimg/badused4b.bmp b/testimg/badused4b.bmp
new file mode 100755 (executable)
index 0000000..6a12a14
Binary files /dev/null and b/testimg/badused4b.bmp differ
diff --git a/testimg/short1.bmp b/testimg/short1.bmp
new file mode 100644 (file)
index 0000000..11d1632
Binary files /dev/null and b/testimg/short1.bmp differ
diff --git a/testimg/short24.bmp b/testimg/short24.bmp
new file mode 100644 (file)
index 0000000..c3e57b4
Binary files /dev/null and b/testimg/short24.bmp differ
diff --git a/testimg/short4.bmp b/testimg/short4.bmp
new file mode 100755 (executable)
index 0000000..bbfbe2d
Binary files /dev/null and b/testimg/short4.bmp differ
diff --git a/testimg/short4rle.bmp b/testimg/short4rle.bmp
new file mode 100755 (executable)
index 0000000..33d3837
Binary files /dev/null and b/testimg/short4rle.bmp differ
diff --git a/testimg/short8.bmp b/testimg/short8.bmp
new file mode 100644 (file)
index 0000000..f82b8f4
Binary files /dev/null and b/testimg/short8.bmp differ
diff --git a/testimg/short8rle.bmp b/testimg/short8rle.bmp
new file mode 100644 (file)
index 0000000..62b6675
Binary files /dev/null and b/testimg/short8rle.bmp differ
diff --git a/testimg/winrgb24.bmp b/testimg/winrgb24.bmp
new file mode 100644 (file)
index 0000000..eb6ba3a
Binary files /dev/null and b/testimg/winrgb24.bmp differ