blob: da1c0145fcfdf93958fc5bf77995cdc0ff8ee33a (
plain) (
blame)
1
2
3
4
5
6
7
|
#! /bin/bash
# This script tests: pamedge
# Also requires: pbmpscale pbmtext pgmtopbm pgmtopgm ppmtopgm
${PBM_BINPREFIX}pbmtext " F " -nom | ${PBM_BINPREFIX}pbmpscale 5 | \
${PBM_BINPREFIX}pgmtopgm | ${PBM_TESTPREFIX}pamedge | \
${PBM_BINPREFIX}ppmtopgm | ${PBM_BINPREFIX}pgmtopbm -th -val=.5 -plain
|