8 lines
271 B
Bash
8 lines
271 B
Bash
|
#!/bin/sh
|
||
|
# Generated file, master is Makefile.am
|
||
|
. ${srcdir:-.}/common.sh
|
||
|
infile="$srcdir/images/quad-tile.jpg.t1iff"
|
||
|
outfile="o-tiffcrop-extract-quad-tile.jpg.t1iff.tiff"
|
||
|
f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile
|
||
|
f_tiffinfo_validate $outfile
|