2009-08-23 18:58:25 -04:00
|
|
|
#!/bin/sh
|
2009-08-23 22:55:05 -04:00
|
|
|
# Generated file, master is Makefile.am
|
2009-08-23 18:58:25 -04:00
|
|
|
. ${srcdir:-.}/common.sh
|
|
|
|
infile="$srcdir/images/palette-1c-1b.tiff"
|
|
|
|
outfile="o-tiffcrop-R90-palette-1c-1b.tiff"
|
|
|
|
f_test_convert "$TIFFCROP -R90" $infile $outfile
|
|
|
|
f_tiffinfo_validate $outfile
|