0

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

indragie
  • 18,002
  • 16
  • 95
  • 164

4 Answers4

5

You want Core Image, I think.

Carl Norum
  • 219,201
  • 40
  • 422
  • 469
4

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

Ken
  • 12,933
  • 4
  • 29
  • 32
1

Have you had a look at Core Image?

Abizern
  • 146,289
  • 39
  • 203
  • 257
1

I'd check out the CoreImage FunHouse example. It pretty much shows you how to use most of what CoreImage can do.

Dave DeLong
  • 242,470
  • 58
  • 448
  • 498