! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: tools.test images.tiff ; IN: images.tiff.tests : tiff-test-path ( -- path ) "resource:extra/images/test-images/rgb.tiff" ; : tiff-test-path2 ( -- path ) "resource:extra/images/test-images/octagon.tiff" ;