LSB

  • Thread starter Thread starter Tibby
  • Start date Start date
T

Tibby

Does anyone know how to read in the bits of a .bmp and modify the LSB?
I've seen example code in C++, but I'm not that good at C++, so I can't
translate. I prefer VB/VB.NET

Thanks,
Tibby
 
Tibby said:
Does anyone know how to read in the bits of a .bmp and modify the LSB?
I've seen example code in C++, but I'm not that good at C++, so I can't
translate. I prefer VB/VB.NET

Thanks,
Tibby


I'm not sure what the LSB is but have you looked into the bitmap class.
I know you can read pixel by pixel information from that class.

Chris
 
Chris said:
I'm not sure what the LSB is but have you looked into the bitmap
class. I know you can read pixel by pixel information from that
class.

Chris

I never even thought of that, but will look into it. The LSB is Lest
Significant Bit, if you translate each pixel to it's binary format, you
have 00000000, with the right-most zero being the LSB. This can be
modified without affecting the picture in any way.

Thanks, will have to look into it.

Tibby
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top