converting BMP To strings of 0's and 1's (Binary Format)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harmanjeet
    New Member
    • Mar 2014
    • 1

    converting BMP To strings of 0's and 1's (Binary Format)

    hello friends,

    I want to read a Bitmap file in C language and produce the binary equivalent of it in the form of 0's and 1's. Can you please help me in writing a code for this. If you can spare some time please help me out.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    This is the format of a BMP file: http://en.wikipedia.org/wiki/BMP_file_format

    With that in mind, what are you trying to do?

    Comment

    Working...