2008-05-24 18:24:25 -04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Basic sanity check for tiffps with PostScript Level 2 output
|
|
|
|
#
|
2009-01-23 00:37:18 -05:00
|
|
|
. ${srcdir:-.}/common.sh
|
2009-08-23 18:58:25 -04:00
|
|
|
f_test_convert "${TIFF2PS} -a -2" "${IMG_MINISWHITE_1C_1B}" "> o-tiff2ps-PS2.ps"
|