Is there any way to get the color of a specific pixel in say an image like you could with NSColor -getcolor XY as it looks like NScolor is not in the iphone sdk frame work
any help is appreciated.
thanks
Dave
Check out CGImageGetBitmapInfo, it allows you to get a bitmap representation of a CGImage, and you can get the underlying image from the UIImage using the CGImage property.