4 lines
156 B
Bash
4 lines
156 B
Bash
|
#!/bin/sh
|
||
|
. ${srcdir:-.}/common.sh
|
||
|
f_test_convert "$TIFFCROP -F both" "$srcdir/images/palette-1c-8b.tiff" "deleteme-tiffcrop-doubleflip-palette-1c-8b.tiff"
|