first working version of "cumulfimgs"

This commit is contained in:
2020-09-22 00:43:21 +02:00
parent 607a37c901
commit ac35780f47
2 changed files with 39 additions and 20 deletions

View File

@@ -30,7 +30,17 @@ function essai_cmixa
}
# -----------------------------------------------------
function essai_cumulator
{
D=" 800 600 "
./mkfimg -v -t hdeg hdeg.fimg $D
./mkfimg -v -t vdeg vdeg.fimg $D
./mkfimg -v -t drand48 rand.fimg $D
essai_cmixa
./cumulfimgs -vv -o foo.fimg hdeg.fimg rand.fimg vdeg.fimg
}
# -----------------------------------------------------
essai_cumulator
# -----------------------------------------------------