Extract Pixels

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to know how to take the pixels from an image and create a table of
them in like excell or text even

or even an aray of pixels with the coordinates

thanks

WStoreyII
 
The GetPixel and SetPixel methods of the BitMap Class can get the Pixel color
and set the Pixel color. You can convert a Graphic Object into a BitMap.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top