FROM : Glen Simmons
DATE : Mon Oct 04 18:16:22 2004
I'm creating an NSImage from some 1 bit bitmap data using
-[NSBitmapImageRep initWithBitmapDataPlanes:pixelsWide: ...] method. I
then call setScalesWhenResized:YES b/c the NSImageView it's going to is
larger than the original. I then set it in my NSImageView with
setImage:. Nothing special. The problem is that the image looks fuzzy
b/c the NSImageView is antialiasing it for me. How nice, except that's
not what I want. And there's not a way to tell NSImageView not to
antialias as far as I can see. What am I missing?
Thanks,
Glen
DATE : Mon Oct 04 18:16:22 2004
I'm creating an NSImage from some 1 bit bitmap data using
-[NSBitmapImageRep initWithBitmapDataPlanes:pixelsWide: ...] method. I
then call setScalesWhenResized:YES b/c the NSImageView it's going to is
larger than the original. I then set it in my NSImageView with
setImage:. Nothing special. The problem is that the image looks fuzzy
b/c the NSImageView is antialiasing it for me. How nice, except that's
not what I want. And there's not a way to tell NSImageView not to
antialias as far as I can see. What am I missing?
Thanks,
Glen
| Related mails | Author | Date |
|---|---|---|
| Glen Simmons | Oct 4, 18:16 | |
| Nicko van Someren | Oct 4, 18:40 | |
| Nicko van Someren | Oct 4, 18:49 | |
| Glen Simmons | Oct 4, 19:32 | |
| Nicko van Someren | Oct 4, 20:07 |






Cocoa mail archive

