mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
8 lines
240 B
Bash
8 lines
240 B
Bash
#!/bin/sh
|
|
#
|
|
# Basic sanity check for tiffcp with G3 compression, 2 dimensional
|
|
# encoding, and zero-filled boundaries.
|
|
#
|
|
. ${srcdir:-.}/common.sh
|
|
f_test_convert "${TIFFCP} -c g3:2d:fill" "${IMG_MINISWHITE_1C_1B}" "o-tiffcp-g3-2d-fill.tiff"
|