File: tiffcrop-extract-rgb-3c-16b.sh

package info (click to toggle)
tiff 4.7.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 9,704 kB
  • sloc: ansic: 92,024; makefile: 966; cpp: 964; sh: 964; python: 151
file content (7 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
#!/bin/sh
# Generated file, master is Makefile.am
. ${srcdir:-.}/common.sh
infile="$srcdir/images/rgb-3c-16b.tiff"
outfile="o-tiffcrop-extract-rgb-3c-16b.tiff"
f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile
f_tiffinfo_validate $outfile