blob: 36ee557c61c07854658555feb0345160dc89938e (
plain) (
blame)
1
2
3
4
5
6
7
|
#! /bin/bash
# This script tests: pamfile
# Also requires: ppmtopgm
${PBM_TESTPREFIX}pamfile testimg.ppm
${PBM_TESTPREFIX}pamfile testgrid.pbm
${PBM_BINPREFIX}ppmtopgm testimg.ppm | ${PBM_TESTPREFIX}pamfile
|