about summary refs log tree commit diff
path: root/test/xpm-roundtrip.test
blob: 310022cc168fad527f320de5f3c35da33fcf8dca (plain) (blame)
1
2
3
4
5
6
7
8
#! /bin/bash
# This script tests: ppmtoxpm xpmtoppm
# Also requires: pgmtopbm ppmtopgm

#${PBM_TESTPREFIX}ppmtoxpm -hexonly testimg.ppm | \
# ${PBM_TESTPREFIX}xpmtoppm  | cksum
${PBM_TESTPREFIX}ppmtoxpm testgrid.pbm | ${PBM_TESTPREFIX}xpmtoppm | \
  ${PBM_BINPREFIX}ppmtopgm | ${PBM_BINPREFIX}pgmtopbm -th -value=0.5 | cksum