2010-04-12 03:49:16 -04:00
|
|
|
! Copyright (C) 2010 Erik Charlebois.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2014-04-22 19:38:57 -04:00
|
|
|
USING: images.pbm images.testing sequences ;
|
2010-04-12 03:49:16 -04:00
|
|
|
|
2014-04-22 19:38:57 -04:00
|
|
|
{
|
|
|
|
"vocab:images/testing/pbm/test.binary.pbm"
|
|
|
|
"vocab:images/testing/pbm/test.ascii.pbm"
|
|
|
|
} [ pbm-image decode-test ] each
|