about summary refs log tree commit diff
path: root/test/ppmhist.test
blob: 1e814eb755a7530007eeae3aba5eb7620d076b45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#! /bin/sh
# This script tests: ppmhist
# Also requires: pgmramp pamtopnm pbmmake pamseq ppmpat

echo "Test 1"

pgmramp -maxval=8 -lr 8 2 | ppmhist -sort=rgb -noheader
ppmhist -map -sort=rgb -noheader testimg.ppm | pamtopnm | cksum

# Test summary header

echo "Test 2"

pbmmake -b 2 1 | ppmhist   | head -n1
pbmmake -w 2 1 | ppmhist   | head -n1
pbmmake -g 2 1 | ppmhist   | head -n1
pgmramp -lr 16 1 | ppmhist | head -n1
pgmramp -lr -maxval=7 16 1 | ppmhist | head -n1
pamseq  3 1 | ppmhist | head -n1
pamseq  3 2 | ppmhist | head -n1
ppmpat -madras --color=rgb:32/0d/b7,rgb:31/58/a3,rgb:e9/5e/d4 25 25 | \
  ppmhist | head -n1
ppmpat -madras --color=rgb:00/00/00,rgb:31/58/a3,rgb:e9/5e/d4 25 25 | \
  ppmhist | head -n1
ppmpat -madras --color=rgb:00/00/00,rgb:31/58/a3,rgb:ff/ff/ff 25 25 | \
  ppmhist | head -n1

echo "Test Invalid"

. ${srcdir}/test-invalid.inc

invCmd "ppmhist -hexcolor -float testimg.ppm"
invCmd "ppmhist -hexcolor -map   testimg.ppm"
invCmd "ppmhist -float    -map   testimg.ppm"