File: tiff2rgba-32bpp-None-jpeg.sh

package info (click to toggle)
libtk-img 1%3A2.0.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 47,852 kB
  • sloc: ansic: 224,696; sh: 20,589; tcl: 8,921; makefile: 2,272; cpp: 1,933; ada: 1,681; pascal: 1,139; cs: 879; awk: 794; asm: 587; python: 542; xml: 95
file content (7 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh
# Generated file, master is Makefile.am
. ${srcdir:-.}/common.sh
infile="$srcdir/images/32bpp-None.tiff"
outfile="o-tiff2rgba-32bpp-None-jpeg.tiff"
f_test_convert "${TIFF2RGBA} -B 255 -n" $infile $outfile
f_tiffinfo_validate $outfile