home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!ringer!news
- From: tom@ennex1.eng.utsa.edu (Tom Arnow)
- Newsgroups: comp.sys.next.programmer
- Subject: Honey I shrunk the tiffs!!!?
- Message-ID: <1992Sep9.180145.11356@ringer.cs.utsa.edu>
- Date: 9 Sep 92 18:01:45 GMT
- Sender: news@ringer.cs.utsa.edu
- Organization: Univ of Texas at San Antonio
- Lines: 16
- Nntp-Posting-Host: ennex4.eng.utsa.edu
-
- Reply-To: tom@ennex1.eng.utsa.edu (Tom Arnow)
-
- I have a routine that reads in eps, tiffs, and other sorts of files. I have
- a 1024 by 1024 tiff file that turns into 722 by 722 when my routine reads
- it.
-
- My routine uses
- anImageRep = [[NXBitmapImageRep alloc] initFromFile:imageFile];
- to read in the image
-
- an old version used
- docImage = [[NXImage alloc] initFromFile: imageFile];
- with identical results.
-
- Thanks
- Tom Arnow
-