feh won't make a montage in a script

2007-02-03 Thread David Liontooth
I'm using feh, an image viewing utility, to make a montage of thumbnails, with this command in a bash script: feh -m -W 1024 $FIL.img/$THUMBS/*.jpg -O $FIL.jpg The man page explains, -O FILE "Just save the created montage to FILE without displaying it (use in scripts)." When I

Re: feh won't make a montage in a script

2007-02-03 Thread David Liontooth
David Liontooth wrote: > > I'm using feh, an image viewing utility, to make a montage of thumbnails, > with this command in a bash script: > > feh -m -W 1024 $FIL.img/$THUMBS/*.jpg -O $FIL.jpg > > The man page explains, > >-O FILE > > "Just save the created montage to FILE wit