Im making a small app that assembles images, and the only function i need to add is a pixel check (To see if 1 pixel is like another)(For Transparency). If i use a picture box control it slows down only checking 5 - 8 per second, because it updates them. How could i check the pixels faster?