home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / graphics / explorer / 417 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  2.2 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!sun4nl!cwi.nl!guest
  2. From: guest@cwi.nl (Guest Account)
  3. Newsgroups: comp.graphics.explorer
  4. Subject: Re: File Formats
  5. Message-ID: <8472@charon.cwi.nl>
  6. Date: 28 Dec 92 23:50:34 GMT
  7. Sender: news@cwi.nl
  8. Organization: CWI, Amsterdam
  9. Lines: 49
  10.  
  11.  
  12. > Do anyone happen to know any computer journals or textbooks which
  13. > talks about different image file formats?
  14. > I am working on a project to display c_scan and p_scan images using
  15. > SGI Explorer.  The images files are already in PV_WAVE (Precision 
  16. > Visuals), MAT_LAB, Analyze (Biomedical Imaging Resource) formats.
  17. > I think thay are raster images and TIFF images.  Are there any ways
  18. > to convert these images files to RGB format? (existing tools or any
  19. > programming)
  20.  
  21.  
  22. There is also a module on the ftp site which can import various
  23. foreign images formats. Quoted from the documentation of
  24. ImportImage :
  25.  
  26.        "Currently ImportImage knows about the following formats....
  27.  
  28.           Format    Description
  29.           -------   ----------------------------------------------
  30.           gif       CompuServe Graphics Image Format File
  31.           hdf       Hierarchical Data Format File
  32.           icon      Sun Icon and Cursor file
  33.           iff       Sun TAAC Image File Format
  34.           mpnt      Apple Macintosh MacPaint file
  35.           pbm       Portable Bit Map file
  36.           pcx       ZSoft IBM PC Paintbrush file
  37.           pgm       Portable Grayscale Map file
  38.           pic       PIXAR PICture file
  39.           pict      Apple Macintosh QuickDraw/PICT file
  40.           pix       Alias PIXel image file
  41.           pnm       Portable aNy Map file
  42.           ppm       Portable Pixel Map file
  43.           ras       Sun RASterfile
  44.           rgb       Silicon Graphics RGB image file
  45.           rla       Wavefront raster image file
  46.           rle       Utah Runlength-encoded image file
  47.           rpbm      Raw Portable Bit Map file
  48.           rpgm      Raw Portable Grayscale Map file
  49.           rpnm      Raw Portable aNy Map file
  50.           rppm      Raw Portable Pixel Map file
  51.           synu      Synu image file
  52.           tiff      Tagged Image File
  53.           x         Stardent AVS X image file
  54.           xbm       X11 Bit Map file
  55.           xwd       X Window Dump image file"
  56.  
  57.  
  58. Cheers,
  59. -- Robert van Liere
  60.