indragie
indragie

Reputation: 18122

Cocoa API Image Manipulation

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

Upvotes: 0

Views: 2989

Answers (4)

Ken
Ken

Reputation: 13003

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

Upvotes: 4

Dave DeLong
Dave DeLong

Reputation: 243146

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

Upvotes: 1

Abizern
Abizern

Reputation: 150565

Have you had a look at Core Image?

Upvotes: 1

Carl Norum
Carl Norum

Reputation: 224844

You want Core Image, I think.

Upvotes: 5

Related Questions