about summary refs log tree commit diff
path: root/test/xpm-roundtrip.test
blob: fd0253b1029d2d7f9389d3e419430dd8a0ba4943 (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 testgrid.pbm | xpmtoppm | \
  ppmtopgm | pgmtopbm -th -value=0.5 | cksum