home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / programm / 6075 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  831 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!ringer!news
  2. From: tom@ennex1.eng.utsa.edu (Tom Arnow)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Honey I shrunk the tiffs!!!?
  5. Message-ID: <1992Sep9.180145.11356@ringer.cs.utsa.edu>
  6. Date: 9 Sep 92 18:01:45 GMT
  7. Sender: news@ringer.cs.utsa.edu
  8. Organization: Univ of Texas at San Antonio
  9. Lines: 16
  10. Nntp-Posting-Host: ennex4.eng.utsa.edu
  11.  
  12. Reply-To: tom@ennex1.eng.utsa.edu (Tom Arnow)
  13.  
  14. I have a routine that reads in eps, tiffs, and other sorts of files. I have  
  15. a 1024 by 1024 tiff file that turns into 722 by 722 when my routine reads  
  16. it.
  17.  
  18. My routine uses     
  19. anImageRep = [[NXBitmapImageRep alloc] initFromFile:imageFile];
  20. to read in the image
  21.  
  22. an old version used
  23.     docImage = [[NXImage alloc] initFromFile: imageFile];
  24. with identical results.
  25.  
  26. Thanks
  27. Tom Arnow
  28.