Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 259 Bytes

CocoaImageHistogram

gavinb at antonym dot org

Compute the histogram from an NSImage

Simple example of accessing the raw image data given an NSImage. Creates a CGBitmapContext and renders the image then computes the histogram for each colour channel.