summaryrefslogtreecommitdiffstats
path: root/klines/povray/makeballs.sh
blob: 0d937415537438835fd212b9f9f62cb8b84841f7 (plain)
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
35
36
#! /bin/sh
#### clean

clean.sh

#### render

field.sh
fire.sh
balls.sh Red "rgb<1,0,0>"
balls.sh Green "rgb<0,1,0>"
balls.sh Blue "rgb<0,0,1>"
balls.sh Yellow "rgb<1,1,0>"
balls.sh Violet "rgb<1,0,1>"
balls.sh Cyan "rgb<0,1,1>"
balls.sh Brown "rgb<1/2,1/3,0>"

#### montage balls ( 20x7  cells each 30x30)

montage -tqgeometry 570x30 -tile 1x10 bl_*.tga balls.tga
mogrify -crop 570x210+0+0 balls.tga

#### convert to jpeg

convert -quality 95 balls.tga balls.jpg
convert -quality 95 fire.tga fire.jpg
convert -quality 95 field.tga field.jpg


#### copy to data

cp *jpg ../

#### clean

#clean.sh