Wednesday, 4 September 2013

iOS retrieve different pixels in pixel by pixel comparison of UIImages

iOS retrieve different pixels in pixel by pixel comparison of UIImages

I am trying to do a pixel by pixel comparison of two UIImages and I need
to retrieve the pixels that are different. Using this Generate hash from
UIImage I found a way to generate a hash for a UIImage. Is there a way to
compare the two hashes and retrieve the different pixels?

No comments:

Post a Comment