How can I work with pixels of an image directly?
Hi , I want to work with pixels of an image directly . For example , reading the pixel values(like R,G,B) or pixel locations(X,Y) and I can change them or write some functions to use of them .
How can i do that?