On Fri, Jan 02, 2004 at 04:50:49PM -0500, mylar wrote:
Can anyone tell me if there is a utility through which I can open and
view
a ".art" file under Linux. ".art" is that stupid format that AOL likes
to
use for graphics. Anything that can view one uder linux or, convert it
to
a "normal" graphics format would be appreciated. Thanks.
Mylar
Don't know if this is right, but ImageMagick reports that it can read
o ART *r-- PF1: 1st Publisher
(that from "man ImageMagic") so you should be able to use its
"convert" utility to convert it to some more useful format. Say you
wanted a JPEG of it, you could
convert some_graphic.art some_graphic.jpeg # or .jpg
Cheers,