rotate90 integrated in fimgfx
This commit is contained in:
23
tools/essai.sh
Executable file
23
tools/essai.sh
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# essai des differents outils
|
||||
#
|
||||
|
||||
# -----------------------------------------------------
|
||||
|
||||
TMPF="tmp.fimg"
|
||||
|
||||
# -----------------------------------------------------
|
||||
function essai_rot90
|
||||
{
|
||||
echo "=== " $0 " ==="
|
||||
./mkfimg -v -t hdeg $TMPF 800 600
|
||||
./fimg2png -v $TMPF foo.png
|
||||
./fimgfx -v rot90 $TMPF bar.fimg
|
||||
}
|
||||
# -----------------------------------------------------
|
||||
|
||||
essai_rot90
|
||||
|
||||
# -----------------------------------------------------
|
||||
Reference in New Issue
Block a user