blob: 8121f85871c9bf6341492d79fd0a7405ba7ff39a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#! /bin/sh
# This script tests: pamedge
# Also requires: pbmpscale pbmtext pgmtopbm pgmtopgm ppmtopgm
pbmtext " F " -nom | pbmpscale 5 | \
pgmtopgm | pamedge | \
ppmtopgm | pgmtopbm -th -val=.5 -plain
|