mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
8 lines
206 B
Bash
8 lines
206 B
Bash
#!/bin/sh
|
|
# Generated file, master is Makefile.am
|
|
. ${srcdir:-.}/common.sh
|
|
infile="$IMG_RGB_3C_8B_PPM"
|
|
outfile="o-ppm2tiff_ppm.tiff"
|
|
f_test_convert "$PPM2TIFF" $infile $outfile
|
|
f_tiffinfo_validate $outfile
|