Re: NSImage & Multi-Page TIFF?
Re: NSImage & Multi-Page TIFF?
- Subject: Re: NSImage & Multi-Page TIFF?
- From: email@hidden
- Date: Tue, 12 Mar 2002 18:19:18 -0800
Does NSImage support Multi-Page TIFFs? If so, how would I display a
particular page?
Frankly, I'm not sure. But if it did, my guess is that each page
would be read in as a separate imageRep. You could display a particular
page by drawing that particular imageRep.
Give it a go and see what happens. Just read your multi-page TIFF in,
and then log the NSImage to the console and see whether it contains
multiple imageReps or any such thing.
Then tell all of us about what you discovered, and log a bug if
necessary. :->
Ben Haller
Stick Software
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.