Jake wrote:
>> Can anyone please recommend a simple dos program that will flip
>> a .jpg image?
>
>I don't think I'd call them simple
(snip)

I know a better alternative - jpegtran.exe from jpeg 6b ;-)
"jpegtran -rotate 180 imagein.jpg imageout.jpg", but that one might not
work (I haven't tried this program myself), the following will always work:
"jpegtran -rotate 180 -outfile imageout.jpg imagein.jpg"

There's no loss in quality.

The complete djpeg package can be downloaded from:
ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/
More specifically:
ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/jpeg6b32.zip (32-bit)
ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/jpeg6b.zip (16-bit)

Please note that there's no point in changing the version of djpeg.exe that
already comes with Arachne despite the fact that they are not identical
(the one that comes with Arachne is most likely faster).
//Bernie
http://bernie.arachne.cz/ DOS programs, Star Wars ...

Reply via email to