Search Results

0
votes

How to avoid a NSCachedImageRep

Try it on 10.6. The problem has probably evaporated. Please see the AppKit release notes …
1
vote

Clearing the alpha channel of an NSImage

(1) Please read the AppKit release notes on the subject of image mutability. NSImage should basically be treated as immutable. (2) All of the …
4
votes

Cocoa API Image Manipulation

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