8 lines
292 B
Bash
8 lines
292 B
Bash
|
#!/bin/sh
|
||
|
# Generated file, master is Makefile.am
|
||
|
. ${srcdir:-.}/common.sh
|
||
|
infile="$srcdir/images/ojpeg_chewey_subsamp21_multi_strip.tiff"
|
||
|
outfile="o-tiffcrop-doubleflip-ojpeg_chewey_subsamp21_multi_strip.tiff"
|
||
|
f_test_convert "$TIFFCROP -F both" $infile $outfile
|
||
|
f_tiffinfo_validate $outfile
|