vote up 0 vote down star

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

flag

4 Answers

vote up 4 vote down check

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

link|flag
This is exactly what I was looking for. Thanks – PCWiz Oct 20 at 2:58
vote up 5 vote down

You want Core Image, I think.

link|flag
vote up 1 vote down

Have you had a look at Core Image?

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.