#!/bin/sh # vim: set sw=4 ts=4 et: # wirtten by katja socher # and guido socher # # ver="0.1" twidth=80 theight=80 help() { cat < /dev/null ; then echo "File $imgfile has already stamp_ in its name, ignored..." continue fi outfilename="$dn/stamp_$bn" echo "writing $outfilename ..." combine -gravity SouthEast -compose Over "$imgfile" "$stamp" "$outfilename" fi done