Click here to Skip to main content
15,919,893 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello!I am learning project processing image in C#.I want read and write image .bmp by pixel in C#.Who can help I.Thanks so much!
Posted
Comments
Wonde Tadesse 4-Aug-11 22:30pm    
What did you attempt so far ?

 
Share this answer
 
Some more useful links and advice for you from my recent solution Microsoft Office Document Imaging[^].

Good luck,
—SA
 
Share this answer
 
Use the class Bitmap, constructor/Save method for file read/write, GetPixel/SetPixel for individual pixel access, LockBits/Unlock bits for accessing the whole array of pixels.
 
Share this answer
 
 
Share this answer
 
You can read my image processing articles for info on how to access the pixels of an image.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900