Hello,
I have to check the color of each pixel of a picture.
Therefore I load the picture into an bitmap object and I check every pixel with the getPixel function.
When I want to change a pixel I use setPixel.
This works great except, that it is extremly slow.
Does someone knows a better solution?
thanks,
I have to check the color of each pixel of a picture.
Therefore I load the picture into an bitmap object and I check every pixel with the getPixel function.
When I want to change a pixel I use setPixel.
This works great except, that it is extremly slow.
Does someone knows a better solution?
thanks,