blob: b4910064fcf5bdeea3a2aa091e8cb1bf0f29b175 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#! /bin/sh
# This script tests: picttoppm ppmtopict
# Also requires: pamseq pamdepth pamtopnm pnmremap
#Test. Should print 984199586 101484
pamseq 3 5 -tupletype=RGB | pamdepth 255 | pamtopnm | \
pnmremap -mapfile=- testimg.ppm | ppmtopict | picttoppm | cksum
|