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