<tt>imconv</tt>: image converter program.



next up previous contents
Next: : Text processor. Up: Public Domain Packages Previous: gnuplot: 2-D plotting

imconv: image converter program.

Three commands make up this image conversion package.

The general syntax is :
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.xbm
would convert the tiger file from Sun raster format to the X11 Bitmap format.



Super-User
Fri Feb 17 15:55:40 EST 1995