Re: Controlling NSImageRep Selection
Re: Controlling NSImageRep Selection
- Subject: Re: Controlling NSImageRep Selection
- From: Paul FitzGerald <email@hidden>
- Date: Mon, 22 Mar 2004 20:13:35 -0800
I have an NSImage that has two NSBitmapImageReps associated with it. One is
a high resolution image that came from a jpeg file. The other is a low
resolution image that I use when drawing to the screen.
I want to be able to copy the high resolution image into an new NSImage
object. The problem I am having is when I lock my new NSImage and draw the
old NSImage I keep getting the low resolution image.
How can I ensure that when I draw that I will be using any specific image?
Is there a way to force the use of a specific NSImageRep when drawing?
Paul FitzGerald
_______________________________________________
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.