home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / software / 1412 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1009 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!destroyer!ncar!noao!arizona!rse
  2. From: rse@cs.arizona.edu (Robert S. Elder)
  3. Newsgroups: comp.sys.next.software
  4. Subject: Viewing IMQ files on the NASA Voyager CD-ROMs
  5. Keywords: IMQ NASA
  6. Message-ID: <21455@optima.cs.arizona.edu>
  7. Date: 2 Sep 92 00:24:07 GMT
  8. Sender: news@cs.arizona.edu
  9. Lines: 12
  10.  
  11. Someone a little while back was wondering how to view the voyager images at
  12. pioneer.unm.edu.  Source is there to uncompress the IMQ files (cdcomp.c) but
  13. the source does not compile on NeXT systems.  I was interested so I modified
  14. the source to work on NeXT systems (just changed some args to fopen.) I will
  15. place the source and a stripped executable at sonata as cdcomp.tar.Z.
  16.  
  17. I use the 'Unlabelled binary array' option (#4) in cdcomp and then put that
  18. through 'rawtopgm' from the pbmplus utils.  The images are 800x800 so:
  19. %rawtopgm 800 800 image.file > image.pgm
  20. gives you a pgm file that ImageViewer can read.
  21.  
  22. Robert Elder  (rse@cs.arizona.edu)
  23.