On Apr 15, 10:07 am, elliott-brennan <[EMAIL PROTECTED]> wrote: > Hi Richard, Alex and all.
> If I try: > > for i in `seq 1 999`;do echo j=`printf %04d $i`; > echo composite -compose atop bubbles.png 0*.png > image$j.png; done | head > > I get: > > j=0001 > composite -compose atop bubbles.png 02729.png > 02730.png image.png [more similar] > BUT no composite images??? G'Day. Removing the second "echo " might help. Glenn -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
