alihoey
Joined: 10 Mar 2007 Posts: 1 Location: Scotland
|
Posted: Sat Mar 10, 2007 12:37 pm Post subject: Least Significant Bit Manipulation |
|
|
Hey all
I am trying to write a vb program which has a Byte array. The object is to loop through the byte array and change the least significant bit of each byte and write it back to the same file.
e.g. if the LSB is a 1 then change to a zero, if its zero change to a 1.
Can anyone help me with an idea of how to get this to work.
Thanks alot
Ali |
|