libtthimage/Tests/a.sh

20 lines
331 B
Bash
Raw Permalink Normal View History

2022-07-07 00:05:53 +02:00
#!/bin/bash
2022-08-23 12:24:22 +02:00
source ./config.sh
2022-07-07 00:05:53 +02:00
DST="foo.tga"
../Tools/tga_tools version
../Tools/tga_tools mk_rgb $SRC 800 600 30 40 50
../Tools/tga_effects $SRC noise $SRC 255
../Tools/tga_effects $SRC noise $SRC 255
# display $SRC
../Tools/tga_effects $SRC gray $BW
# display $BW
../Tools/tga_combine $SRC $BW circle0 $DST 0
display $DST