So I have a view in which I need to use Core Animation Layer
, but I have an NSImage
inside an image well
in the view, and when I add the Core Animation Layer
through the interface builder, the image quality is degraded. Here's an example:
View without Core Animation Layer:
Turning on Core Animation Layer:
View with Core Animation Layer:
Is there any way I could remedy this to have the Core Animation Layer and keep the image quality the same?