I want to manipulate individual pixels on iOS, high performance preferably, but I am not sure where to start looking. Any good links to docs and samples? What choices there are?
Asked
Active
Viewed 210 times
1
-
1[related](http://stackoverflow.com/questions/15463719/iphone-app-display-pixel-data-present-in-buffer-on-screen/15464006#15464006) – Mar 20 '13 at 05:46
-
Manipulate individual pixels in what way? There are many ways, but without knowing what you're trying to do, it's hard to give you a good answer. – user1118321 Mar 23 '13 at 05:40
-
I have a 32 bit unsigned int array of pixels and I just want then to display on UIView. – exebook Mar 23 '13 at 07:33