I want to display image in NSTableView, but it seems blurry.
in another window, I show it using NSButton, then it's OK,
I tried to scale the image to fit in NSTableView, but it's still blurry, anyone know why?
[Edit] I found a way to resolve it: add a border to NSImageCell, the default border is none. I don't know why.
The images appear to be in "disabled" state.
How have you created this table column of NSImageCells? You may have "Enabled" unchecked somewhere (the column or its data cell). This should be enabled but not editable (unless you want editability).