9 |
|
|
10 |
|
all: test-pfilt test-pvalue test-ra_tiff test-normtiff test-pcompos \ |
11 |
|
test-protate test-pflip test-ra_bmp test-ra_xyze test-pcond test-ra_t16 \ |
12 |
< |
test-ra_rgbe test-ra_ppm test-pextrem test-pcomb |
12 |
> |
test-ra_rgbe test-ra_ppm test-pextrem test-pcomb test-pinterp test-psign \ |
13 |
> |
test-falsecolor |
14 |
|
|
15 |
|
clean: |
16 |
|
rm -f test.hdr test24.hdr test24.tif test32L.tif pcomb.hdr \ |
17 |
< |
norm24.tif norm8.tif pcompos.hdr pcondh.hdr test_extrema.txt |
17 |
> |
norm24.tif norm8.tif pcompos.hdr pcondh.hdr test_extrema.txt psign.hdr \ |
18 |
> |
pinterp.hdr false.hdr |
19 |
|
|
20 |
|
test-pcond: test.hdr |
21 |
|
pcond -h test.hdr pcondh.hdr |
49 |
|
'!pflip -v test24.hdr' '!protate test.hdr' > pcompos.hdr |
50 |
|
$(HDR_CMP) ref/pcompos.hdr pcompos.hdr |
51 |
|
rm -f pcompos.hdr |
52 |
+ |
|
53 |
+ |
test-pinterp: test.hdr |
54 |
+ |
pinterp -vtv -vh 60 -vv 40 -x 200 -y 200 test.hdr 1.0 > pinterp.hdr |
55 |
+ |
$(HDR_CMP) ref/pinterp.hdr pinterp.hdr |
56 |
+ |
rm -f pinterp.hdr |
57 |
+ |
|
58 |
+ |
test-psign: |
59 |
+ |
psign -cb .9 .4 .01 -cf .1 .2 1 -dd -h 200 -a 1.5 -s -.1 Testing > psign.hdr |
60 |
+ |
$(HDR_CMP) ref/psign.hdr psign.hdr |
61 |
+ |
rm -f psign.hdr |
62 |
+ |
|
63 |
+ |
test-falsecolor: |
64 |
+ |
falsecolor -s 2e5 -log 5 -i test.hdr > false.hdr |
65 |
+ |
$(HDR_CMP) ref/false.hdr false.hdr |
66 |
+ |
rm -f false.hdr |
67 |
|
|
68 |
|
test-ra_rgbe: test.hdr |
69 |
|
ra_rgbe -e -5 test.hdr | ra_rgbe -r -e +5 | $(HDR_CMP) -w test.hdr - |