10 lines
294 B
Factor
10 lines
294 B
Factor
! Copyright (C) 2010 Erik Charlebois.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: images.testing images.pgm sequences ;
|
|
IN: images.pgm.tests
|
|
|
|
{
|
|
"vocab:images/testing/pgm/radial.binary.pgm"
|
|
"vocab:images/testing/pgm/radial.ascii.pgm"
|
|
} [ pgm-image decode-test ] each
|