Re: NSImageView blurring bug
Re: NSImageView blurring bug
- Subject: Re: NSImageView blurring bug
- From: "Marc Wan" <email@hidden>
- Date: Wed, 20 Jun 2007 10:57:50 +0800
Whenever I see this problem it's because the image is being
displayed on non-integral values.
i.e. at (10.345, 10.234) instead of (10.0, 10.0).
so, if you're not doing any moving or sizing in your code, I would
look in IB and see if you're telling controls to move or stretch at
all.
m.
On 6/20/07, Mitchell Livingston <email@hidden> wrote:
I have an NSImageView into a window, and the image displays fine
until I resize the window; once that happens, the image becomes
blurry and remains that way. Any suggestions to avoid this or ideas
why this is happening?
Thanks,
Mitchell Livingston
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden