]> git.plutz.net Git - stereofy/blobdiff - stereofy.sh
swithed the meaning of the hjust parameter back so that the value accords to the...
[stereofy] / stereofy.sh
index 4e2da59f3e5077b3acc85307fd7557c23e6a4a0c..9b4fcffcf9ca0b5ba5dee49b0a99e9c32e64fd77 100755 (executable)
@@ -87,10 +87,10 @@ elif [ "$vert" -lt 0 ]; then
 fi
 if [ "$hor" -gt 0 ]; then
   width=$(($width - $hor / 2))
-  rhoff=$(($hor / 2))
+  lhoff=$(($hor / 2))
 elif [ "$hor" -lt 0 ]; then
   width=$(($width - $hor / -2))
-  lhoff=$(($hor / -2))
+  rhoff=$(($hor / -2))
 fi
 geom="${width}x${height}"
 lcrop="${geom}+${lhoff}+${lvoff}"