I have a PNG image file that I would like to display inside an NSImageView that is literally 3px x 3px. It's tiny. I would like for the NSImageView to scale the image to fit inside the whole view, but it seems that either the NSImage or the NSImageView attempts to improve the resolution of my image, and I would prefer to display it using the image's native resolution.
This is how I would like the image to appear:
and this is how it displays the image currently: