about summary refs log tree commit diff
path: root/test/utahrle-roundtrip.test
blob: ff9599907071aa5ed058c8565ce9b7907b8fa515 (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: pamchannel pamtopnm

if [ "${URTLIB}" = "NONE" ]; then
  exit 80
fi

#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