about summary refs log tree commit diff
path: root/test/pnmshear.test
blob: 276e3e22d5076b6a48004373ebdbd1858a12d37f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/bash
# This script tests: pnmshear
# Also requires: pbmmake

# Test.  Should produce 2080980136 22
${PBM_BINPREFIX}pbmmake -g 7 7 | \
   ${PBM_TESTPREFIX}pnmshear 45 -noantialias  | cksum

# Output of above, in pbm plain format
#
# P1
# 14 7
# 01010101111111
# 10101011111111
# 10101010111111
# 11101010111111
# 11101010101111
# 11111010101111
# 11111010101011