I have used for the first time a “Content Filter” on a NSImage NSImage (in IB). I have set the “False Color” filter. My problem is now, I want to get access to this filter from the code (I want to change dynamically the color of the filter). How can I do?
quick ObjC example, it’s quite straightforward, imageView is an NSImageView instance.
CoreImage is rooted in NSObject, so there is no additional framework required