Copyright GPL (C) 2000, Oskar Schirmer (oskar@scara.com).
ataripac2pbm
Version: 1.0 Dec 31st, 2000
This program may be used to transform atari st computer based
picture files in the stad pac format into standard pbm format.
The picture resolution is always 640x400, 1 bit per pixel.
See http://www.faqs.org/faqs/graphics/fileformats-faq/part3/section-13.html
for more info on this graphic format.
Usage: ataripac2pbm file.pac file.pbm
for usage information:
ataripac2pbm --help
If no input file is given the source is read from stdin,
if no output file is given, the result is written to stdout.
Morphos conversion by Fabrizio "Lanch" Bartoloni (lanch@tiscali.it) |