blob: 61a5192d716fb8399e4db378d462211ab8ca31f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#! /bin/bash
# This script tests: ppmtoxpm xpmtoppm
# Also requires: pgmtopbm ppmtopgm
#ppmtoxpm -hexonly testimg.ppm | \
# xpmtoppm | cksum
ppmtoxpm maze.pbm | xpmtoppm | \
ppmtopgm | pgmtopbm -th -value=0.5 | cksum
|