blob: d73933a1be52a916578ae0d804f4a11fbf65c3db (
plain) (
blame)
1
2
3
4
5
6
7
|
#! /bin/bash
# This script tests: pamtoxvmini xvminitoppm
# Also requires: pamdepth
# Test. Should print 2418728144 101484
pamdepth 3 testimg.ppm | pamtoxvmini | xvminitoppm | cksum
|