2010-04-01 03:44:32 -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.testing images.ppm sequences ;
|
2010-04-01 03:44:32 -04:00
|
|
|
|
2014-04-22 19:38:57 -04:00
|
|
|
{
|
|
|
|
"vocab:images/testing/ppm/binary.ppm"
|
|
|
|
"vocab:images/testing/ppm/ascii.ppm"
|
|
|
|
} [ ppm-image decode-test ] each
|