Check every pixel of an image
Hi!
i want to create an app in c# windows which takes every pixel of an image(black and white) check that pixel if pixel is white,delete it if the pixel is black then leave at the end it saves the image as a bitmap. how is it possible?
Thanks