P2Pprogrammer 2 programmer


Home > Programmer2Programmer.NET Forum> VB.NET, C# and .NET Core Development >> Image steganography...

Welcome Guest My Thread | Search | Active Topics | Members | Log In | Register

NOTE : Log In required to post Replies for this discussion.
Image steganography
Ravi Posted: Thursday 27, February 2014 02:48:09 AM     
   
I've tried project in http://www.programmer2programmer.net/l
ive_projects/project_7/steganography.aspx,
I'm having a hard time trying to understand what those codes do
.
For instance, what is layer function?

  rb[layer] = t[0];
  gb[layer] = t[1];
  bb[layer] = t[2];

does it mean, it's possible to change bit that not an LSB?
or, why it used ((height * (width/3)*3)/3)?
isn't it the same as (height * (width/3)?

can any 1 plz explain ?

thanks.
Back to Top ^  













Home > Programmer2Programmer.NET Forum >VB.NET, C# and .NET Core Development >> Image steganography...