adding hilightR to fimgfx

This commit is contained in:
tth
2021-03-25 11:11:16 +01:00
parent 635b722635
commit 2cf45fdbe5
2 changed files with 23 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
# -----------------------------------------------------
TMPF="tmp.fimg"
TMPF="../funcs/in.fimg"
# -----------------------------------------------------
function essai_rot90
@@ -47,7 +47,12 @@ function essai_contour
./fimgfx -vv ctr2x2 $TMPF bar.fimg
}
# -----------------------------------------------------
function essai_hilight
{
./fimgfx -vv hilightr $TMPF bar.fimg
}
# -----------------------------------------------------
essai_contour
essai_hilight
# -----------------------------------------------------