2009-10-09 15:14:23 -04:00
|
|
|
USING: images.bitmap images.bitmap.loading images.testing kernel ;
|
2009-02-09 21:57:26 -05:00
|
|
|
IN: images.bitmap.tests
|
|
|
|
|
2009-10-08 06:23:17 -04:00
|
|
|
! "vocab:images/testing/bmp/1bit.bmp" decode-test
|
|
|
|
! "vocab:images/testing/bmp/rgb_4bit.bmp" decode-test
|
2009-02-09 21:57:26 -05:00
|
|
|
|
2009-10-08 06:23:17 -04:00
|
|
|
"vocab:images/testing/bmp/rgb_8bit.bmp"
|
|
|
|
[ decode-test ] [ bmp-image encode-test ] bi
|
2009-02-09 21:57:26 -05:00
|
|
|
|
2009-10-08 06:23:17 -04:00
|
|
|
"vocab:images/testing/bmp/42red_24bit.bmp"
|
|
|
|
[ decode-test ] [ bmp-image encode-test ] bi
|