Search code examples
objective-ccocoansimage

Cocoa API Image Manipulation


Is there any way to do simple image manipulation like adjusting brightness, contrast, exposure, etc. using Cocoa? Something like NSImage?


Solution

  • If you want to present UI to allow the user to make these kinds of modifications, look at ImageKit.