about summary refs log tree commit diff
path: root/test/jbig-roundtrip.test
blob: 338003488b034aa2663b5d637577b66149d88947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash
# This script tests: pnmtojbig jbigtopnm
# Also requires: pamchannel pamtopnm

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

# Test 1.  Should print 2425386270 41
pnmtojbig testgrid.pbm | jbigtopnm | cksum

# Test 2.  Should print 1571496937 33838
pamchannel -infile=testimg.ppm -tupletype="GRAYSCALE" 0 | pamtopnm | \
  pnmtojbig | jbigtopnm | cksum