blob: 7e32ef59e47fcc0b3d060ef47a96e310de6d9aff (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#! /bin/bash
# This script tests: ppmdither
# Also requires:
ppmdither testimg.ppm | cksum
ppmdither -red 2 -green 2 -blue 2 testimg.ppm | cksum
ppmdither -dim 2 testimg.ppm | cksum
|