]> gitweb.factorcode.org Git - factor.git/commit
images.testing: consolidated TIFF/GIF/PNG/PAM test images and wrote PAM unit tests
authorKeith Lazuka <klazuka@gmail.com>
Wed, 30 Sep 2009 17:33:10 +0000 (13:33 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Wed, 30 Sep 2009 17:33:10 +0000 (13:33 -0400)
commit19107de7d85d59335d254aaaa577e71aa0319008
treec201125bec04d36b23b1429a845085108e9988d3
parentdc509f111b4d68f79e3b5868210e50477b838c5b
images.testing: consolidated TIFF/GIF/PNG/PAM test images and wrote PAM unit tests
56 files changed:
basis/images/test-images/1bit.bmp [deleted file]
basis/images/test-images/40red24bit.bmp [deleted file]
basis/images/test-images/41red24bit.bmp [deleted file]
basis/images/test-images/42red24bit.bmp [deleted file]
basis/images/test-images/43red24bit.bmp [deleted file]
basis/images/test-images/elephants.tiff [deleted file]
basis/images/test-images/octagon.tiff [deleted file]
basis/images/test-images/rgb.png [deleted file]
basis/images/test-images/rgb.tiff [deleted file]
basis/images/test-images/rgb4bit.bmp [deleted file]
basis/images/test-images/rgb8bit.bmp [deleted file]
basis/images/test-images/thiswayup24.bmp [deleted file]
basis/images/testing/bmp/1bit.bmp [new file with mode: 0644]
basis/images/testing/bmp/40red24bit.bmp [new file with mode: 0644]
basis/images/testing/bmp/41red24bit.bmp [new file with mode: 0644]
basis/images/testing/bmp/42red24bit.bmp [new file with mode: 0644]
basis/images/testing/bmp/43red24bit.bmp [new file with mode: 0644]
basis/images/testing/bmp/rgb4bit.bmp [new file with mode: 0644]
basis/images/testing/bmp/rgb8bit.bmp [new file with mode: 0644]
basis/images/testing/bmp/thiswayup24.bmp [new file with mode: 0644]
basis/images/testing/gif/alpha.gif [new file with mode: 0644]
basis/images/testing/gif/astronaut_animation.gif [new file with mode: 0644]
basis/images/testing/gif/checkmark.gif [new file with mode: 0644]
basis/images/testing/gif/circle.gif [new file with mode: 0644]
basis/images/testing/gif/monochrome.gif [new file with mode: 0644]
basis/images/testing/gif/noise.gif [new file with mode: 0644]
basis/images/testing/pam/rgb1x1.pam [new file with mode: 0644]
basis/images/testing/pam/rgb2x2.pam [new file with mode: 0644]
basis/images/testing/pam/rgb3x3.pam [new file with mode: 0644]
basis/images/testing/pam/rgba1x1.pam [new file with mode: 0644]
basis/images/testing/pam/rgba2x2.pam [new file with mode: 0644]
basis/images/testing/pam/rgba3x3.pam [new file with mode: 0644]
basis/images/testing/png/rgb.png [new file with mode: 0755]
basis/images/testing/png/yin_yang.png [new file with mode: 0644]
basis/images/testing/testing.factor [new file with mode: 0644]
basis/images/testing/tiff/alpha.tiff [new file with mode: 0644]
basis/images/testing/tiff/color_spectrum.tiff [new file with mode: 0644]
basis/images/testing/tiff/elephants.tiff [new file with mode: 0644]
basis/images/testing/tiff/noise.tiff [new file with mode: 0644]
basis/images/testing/tiff/octagon.tiff [new file with mode: 0644]
basis/images/testing/tiff/rgb.tiff [new file with mode: 0755]
extra/images/pam/pam-tests.factor [new file with mode: 0644]
extra/images/testing/alpha.gif [deleted file]
extra/images/testing/alpha.tiff [deleted file]
extra/images/testing/astronaut_animation.gif [deleted file]
extra/images/testing/bi.tiff [deleted file]
extra/images/testing/checkmark.gif [deleted file]
extra/images/testing/circle.gif [deleted file]
extra/images/testing/color_spectrum.tiff [deleted file]
extra/images/testing/cube.tiff [deleted file]
extra/images/testing/monochrome.gif [deleted file]
extra/images/testing/noise.bmp [deleted file]
extra/images/testing/noise.gif [deleted file]
extra/images/testing/noise.tiff [deleted file]
extra/images/testing/small.tiff [deleted file]
extra/images/testing/square.tiff [deleted file]