Three commands make up this image conversion package.
imconv [options] [-informat] [-infile] infilename [-outformat] [-outfile] outfilename
Generally, the package is smart enough to determine the format of the files, mainly by looking at their ``extension".
The different file formats supported are:
cgm Computer Graphics Metafile
gif CompuServe Graphics Image File
hdf Hierarchical Data File
iff Sun-TAAC Image File Format
mpnt Apple Macintosh MacPaint file
pbm Portable BitMap file
pic PIXAR picture file
pict Apple Macintosh QuickDraw/PICT file
pix Alias image file
ps PostScript file
ras Sun Rasterfile
rgb SGI RGB image file
rla Wavefront raster image file
rle Utah Run-length-encoded image file
rpbm Raw Portable BitMap file
synu Synu image file
tiff Tagged Image File Format
x Stardent AVS X image file
xbm X11 BitMap file
xwd X Window System Window Dump image file
The example
imconv tiger.ras tiger.xbmwould convert the tiger file from Sun raster format to the X11 Bitmap format.