Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone
I need to download gray image that it onlu have 2 color white and black, it mean that its pixel value RGB=(0,0,0) and RGB=(255,255,255)
Thank you for your help!
Posted

1 solution

What do you mean ? That's not a greyscale image, the image is 2 bit. you can read my image processing articles for info on how to create those. But, how does 'downloading' factor in to it ?
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Jul-11 23:48pm    
My 5. I would advice OP to read those article to get at least the basics of bitmap images.
--SA

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