about summary refs log tree commit diff
path: root/test/utahrle-roundtrip.test
blob: dd88265cbf8f51bc05dcb2b5d6923b959ecd1780 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/bash
# This script tests: pnmtorle rletopnm
# Also requires: 

  alias pnmtorle="${PBM_TESTPREFIX}pnmtorle"
  alias rletopnm="${PBM_TESTPREFIX}rletopnm"
  shopt -s expand_aliases

#Test 1.  Should produce 1571496937 33838, cksum of testimg.red
pamchannel -infile=testimg.ppm -tupletype="GRAYSCALE" 0 | pamtopnm | \
  pnmtorle | rletopnm | cksum

#Test 2.  Should print 1926073387 101484, cksum of testimg.ppm
pnmtorle testimg.ppm | \
  rletopnm | cksum