about summary refs log tree commit diff
path: root/test/pbmpscale.test
blob: e1125fc7d05aff21bccb62a7b520604162d07d46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash
# This script tests: pbmpscale
# Also requires: pamenlarge pbmtext

${PBM_BINPREFIX}pbmtext -nomargin "F" | ${PBM_TESTPREFIX}pbmpscale 3 -plain 

for i in 2 3 4
do
${PBM_BINPREFIX}pamenlarge 2 testgrid.pbm | \
  ${PBM_TESTPREFIX}pbmpscale $i | cksum
done