Pixel by Pixel

Santoss

New member
Joined
Mar 28, 2007
Messages
4
Programming Experience
Beginner
I have a picture box with an photo. I want to make a scanning on the photo and read pixel by pixel its color. If color is upper than a certain value I want to re-write the pixel with a color I choose with RBG values, for examplo. If the color is downer than that same value I want to re-write the pixel with white.
I already implemented the code that does this image treatment with Visual Basic 6.0, but now I'm am usind VB 2005 Express and the same code and the same functions no longer work.

Can you help me with a general example of the functions to use?

Thanks for your answers!

Santoss
 
Back
Top