about summary refs log tree commit diff
path: root/test/pad-crop-roundtrip.test
blob: ae19f7d5ec443c314b6f330778bf607f24cb0660 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash
# This script tests: pnmcrop pnmmargin
# Also requires: pnmpad

  alias pnmcrop="${PBM_TESTPREFIX}pnmcrop"
  alias pnmmargin="${PBM_TESTPREFIX}pnmmargin"
  shopt -s expand_aliases

pnmmargin -white 10 testimg.ppm | \
  pnmcrop | cksum
pnmmargin -white 10 testgrid.pbm | \
  pnmcrop | cksum