NSImageView as image well
NSImageView as image well
- Subject: NSImageView as image well
- From: Jeff LaMarche <email@hidden>
- Date: Sun, 8 Feb 2004 10:25:32 -0500
I'm using a couple of NSImageView's to allow me to accept dragged image
data. The problem I'm having is that when someone drags a file that has
a resolution of >72dpi, it creates an NSCachedImageRep by downsampling
the image to 72dpi. Unfortunately, I need access to the original image
or the original image's file, but there doesn't seem to be a way to
force it to store the full resolution image, nor can I find a method or
notification anywhere that will allow me to get this information
without subclassing. Am I missing something?
Also, if I do subclass, which class do I subclass, NSImageView or
NSImageCell?
TIA,
Jeff
_______________________________________________
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.