I want to read an 1bpp pbm(portable bitmap) format image and store the bits data i.e 0 or 1 in a file so that I can perform further operation's on that data. but i think the smallest data that we can read using C# is a byte so how can i read a bit and store the data into a file for further use.
Thank you in advance. :)
Thank you in advance. :)
Comment