]> git.plutz.net Git - stereofy/commitdiff
swithed the meaning of the hjust parameter back so that the value accords to the... master
authorpaul <paul@plutz.net>
Tue, 11 Dec 2012 01:16:50 +0000 (01:16 +0000)
committerpaul <paul@plutz.net>
Tue, 11 Dec 2012 01:16:50 +0000 (01:16 +0000)
svn path=/trunk/; revision=12

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}"