home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18348 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.2 KB

  1. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!emory!ogicse!das-news.harvard.edu!husc-news.harvard.edu!husc8.harvard.edu!crevier
  2. From: crevier@husc8.harvard.edu (Daniel Crevier)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Reading in jpeg compressed PICT files
  5. Message-ID: <1992Nov12.192450.17388@husc3.harvard.edu>
  6. Date: 13 Nov 92 00:24:50 GMT
  7. Article-I.D.: husc3.1992Nov12.192450.17388
  8. Organization: Harvard University Science Center
  9. Lines: 15
  10. Nntp-Posting-Host: husc8.harvard.edu
  11.  
  12.  
  13.     I am trying to convert some PICT files that were captured with the
  14. video spigot into a format called FITS so that I can use them with a program
  15. called macvista.  My problem is in loading the pict files.  My plan was to
  16. create a gworld, and then open the PICT files using the source from tech note
  17. 152, and then draw it in the gworld, and then go through it with GetCPixel, and
  18. convert it.  I can't get it working...  I tried just loading a picture into 
  19. a CWindow using the source from tech note 152, and it crashes when doing the
  20. DrawPicture call.  Will this not work with JPEG pictures for some reason?  I 
  21. can send source if needed.  Any help, or pointers to source to load pictures
  22. would be appreciated.
  23.  
  24. Dan
  25.  
  26. crevier@husc8.harvard.edu
  27.