Re: NSImageView bug?
Re: NSImageView bug?
- Subject: Re: NSImageView bug?
- From: Andy Armstrong <email@hidden>
- Date: Sat, 8 Oct 2005 23:55:00 +0100
On 8 Oct 2005, at 23:51, Scott Harper wrote:
It sounds like another side-effect of an issue I've worked through
where, when the NSImageView receives an image, it automatically
resizes (scales) caches that scaled image, and uses the cached
image for everything. So when you're resizing the view, it's
probably using the same (cached) image as i made before, rather
than RE-scaling the image for the current size. When you do that
by hand, yes it works as it should. I doubt it would be TOO much
of a processor hog, since you don't live resize a window whilst
doing much of anything else. The solution you came up with seems
to be the best one as far as I can tell.
In which case I'm answering the wrong question :)
Keywords for the question I thought I was answering: plotting at non-
integral coordinates causes 'blurred' display.
--
Andy Armstrong, hexten.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden