From: paul Date: Tue, 11 Dec 2012 01:16:50 +0000 (+0000) Subject: swithed the meaning of the hjust parameter back so that the value accords to the... X-Git-Url: https://git.plutz.net/?p=stereofy;a=commitdiff_plain swithed the meaning of the hjust parameter back so that the value accords to the image distance from the viewer svn path=/trunk/; revision=12 --- diff --git a/stereofy.sh b/stereofy.sh index 4e2da59..9b4fcff 100755 --- a/stereofy.sh +++ b/stereofy.sh @@ -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}"