more useles messages

This commit is contained in:
2020-06-24 12:37:02 +02:00
parent 9517c8a10f
commit a81d218fc8
3 changed files with 8 additions and 4 deletions

View File

@@ -19,14 +19,15 @@ echo "=== " $0 " ==="
# -----------------------------------------------------
function essai_drand48
{
./mkfimg -v -t drand48 $TMPF 800 600
./mkfimg -vv -t drand48 $TMPF 800 600
./fimgstats -vv $TMPF
}
# -----------------------------------------------------
function essai_cmixa
{
./mkfimg -v -t tpat0 $TMPF 800 600
./fimgfx -v cmixa $TMPF bar.fimg
./mkfimg -vv -t tpat0 $TMPF 800 600
./fimgfx -vv cmixa $TMPF bar.fimg
}
# -----------------------------------------------------