View Single Post
Old 03-11-2019, 12:26 PM   #17
BloodRagg
Zealot
BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.
 
BloodRagg's Avatar
 
Posts: 128
Karma: 842196
Join Date: Feb 2019
Device: none
Thats on purpose, fbink cannot rotate images.
Just switch between the 0), you ll see the values.

from
# 0) msg "x=`printf "%04d\n" $value`" 1 1;
0) [ $value -lt 15 -a $value -gt -15 ] && fbink -g file=portrait.jpg &>-|| fbink -g file=landscape.jpg &>-;;

to
0) msg "x=`printf "%04d\n" $value`" 1 1;
# 0) [ $value -lt 15 -a $value -gt -15 ] && fbink -g file=portrait.jpg &>-|| fbink -g file=landscape.jpg &>-;;

Should have included fbink, but you can get it from this forum

Last edited by BloodRagg; 03-11-2019 at 12:30 PM.
BloodRagg is offline   Reply With Quote