X-Git-Url: https://git.sommitrealweird.co.uk/bpgallery.git/blobdiff_plain/8dd6afbdfc214b076c60f3fdc0e611a529f01240..8403b5c39a11ca27ca154ce2f9898a7dfe0dbae0:/bpgallery.sh diff --git a/bpgallery.sh b/bpgallery.sh index f1dcee7..9e4b64c 100755 --- a/bpgallery.sh +++ b/bpgallery.sh @@ -19,7 +19,7 @@ set -f -VERSION="1.0.0+arch" +VERSION="1.0.1+arch" function bpgallery_default_head() { cat <&1 | while read throwout; do $ECHOCOMMAND done: $currentimage/$imagestoupdate images; echo $throwout; currentimage=$((currentimage+1)); done + $FINDCOMMAND . $FINDIMAGESOPTIONS | $XARGSCOMMAND -0 --replace $ECHOCOMMAND {} | while read filename; do tempfilename=${filename//\"/\\\"/}; if [ ! -r "icons/$tempfilename" ] || [ "$tempfilename" -nt "icons/$tempfilename" ] || [ $($IDENTIFYCOMMAND -format "%w" "icons/$filename") -ne $WIDTH ]; then $ECHOCOMMAND -n $filename; $ECHOCOMMAND -n -e "\000"; fi; done | $XARGSCOMMAND -0 --verbose --max-procs=4 --replace $CONVERTTOOL -resize $WIDTH '{}' 'icons/{}' 2>&1 | while read throwout; do $ECHOCOMMAND done: $currentimage/$imagestoupdate images; currentimage=$((currentimage+1)); done echo done: $imagestoupdate/$imagestoupdate images fi