----- Original Message ----- From: "marc vezina" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, September 06, 2005 7:23 PM Subject: [Swftools-common] jpg numbering / jpeg2swf
> jpeg2swf: > With a full directory of JPG images (could be 200 or 2000) I definitely > do not want to enumerate each and every one of them in the command line > so I use the simple command: > > jpeg2swf -o test.swf -z -q 100 -r 12 -v revolutio*.jpg > Still the conversion numbering ends up wrong: > 1 > 10 > 100 > 101 > 102 > ... > 109 > 11 > 110 > 111 > 112 > ... > 119 > 12 > 120 > 121 > 122 > etc. > > What is the solution for converting a directory full of numbered jpg > images in the right order with jpeg2swf without having to enumerate each > and every one of them on commend line. > > On an WINDOWS XP Pro SP1 > > Thanks > Marc > > > > > > _______________________________________________ > Swftools-common mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/swftools-common Name your files in a manner than alphabetizes them properly, like image0001.jpg, image0002.jpg etc. Chris _______________________________________________ Swftools-common mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/swftools-common
