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

${PBM_TESTPREFIX}pnmmargin -white 10 testimg.ppm | \
  ${PBM_TESTPREFIX}pnmcrop | cksum
${PBM_TESTPREFIX}pnmmargin -white 10 testgrid.pbm | \
  ${PBM_TESTPREFIX}pnmcrop | cksum