原文:How to get pixel color at location from UIimage scaled within a UIimageView
I m currently using this technique to get the color of a pixel in a UIimage. (on Ios) - (UIColor*) getPixelColorAtLocation:(CGPoint)point { UIColor* color = nil; CGImageRef inImage = self.image....