fix resize for ANIMATION

This commit is contained in:
Marcus 2024-01-06 17:21:08 +01:00
parent d39b60810b
commit e1441a093f
1 changed files with 6 additions and 6 deletions

View File

@ -259,12 +259,6 @@ convertimg() {
CONVERTFILE="$1"
fi
if [ -n "$RESIZE" ]
then
RESIZE="-resize $RESIZE"
fi
convert $CONVERTFILE $BORDER $RESIZE txt: | tail -n +2 | awk '{print $1 $3}' | sed -e 's/\,/ /' -e 's/\:/ /' -e 's/\#//' -e 's/^/PX /'
}
@ -448,6 +442,11 @@ floot() {
else
BORDER=""
fi
if [ -n "$RESIZE" ]
then
message "resizing to $RESIZE px"
RESIZE="-resize $RESIZE"
fi
case $FNAME in
# small stupid animation, two alternating images
@ -487,6 +486,7 @@ floot() {
;;
*)
if [ $ANIMATION ]
then
checkfile $IMGFILE