The CS50 course by Edx that I am pursuing has this statement in their Week 4 practice set:
A 24-bit BMP file, then, is essentially just a sequence of bits, (almost) every 24 of which happen to represent some pixel’s color.
If I understand correctly,
101010101110101010101011 will represent a color.
How the length and breadth of 1 pixel defined. It is easy to visualize 1 cm, 1 meter. How to visualize 1 pixel?
Suppose this is the image:
How will the bitmap code look like? Any tool to generate the binary code after uploading the image?