PDA

Click to See Complete Forum and Search --> : Let me see your bits


Kc0bfv
Dec 26th, 2000, 09:58 AM
I am trying to make a program to change certain pixels of a bitmap, specifically to hide information. Anyway, my problem would be the fact that I don't know how to read a bitmap's bits one at a time. Then I don't know how to change those bits and save them back to the file. pls hlp, thx :-)

/\/\isanThr0p
Dec 26th, 2000, 10:14 PM
That's probably the first time I say something against Megatrons answer, but this doesn't allow to get all bits of the pixels at one time. Go to http://www.ur.co.nz
There are several tutorials in which is explained, how to get a bitmap into an array. so you got the array with all bits in it.