Click here to Skip to main content
15,909,445 members

Comments by A4Abhiraj (Top 6 by date)

A4Abhiraj 9-Mar-15 14:50pm View    
Yes that shouldn't be happening.I got it sorted though. The counters in for loop were behaving abnormally. I was accessing pixels at random locations. That was some internal error, I don't know why that happened. Also I explicitly mentioned what format the image should be saved to avoid data losses. Thank you for responding . Cheers!
A4Abhiraj 9-Mar-15 5:32am View    
The embed function is passed a bitmap and a string. I'm working through individual characters of the string and inserting the character's bits into the rgb components of individual pixels. I have figured out that a value I changed at index x doesn't stay x . Is there a problem while I'm saving the bitmap or releasing the bitlock?
A4Abhiraj 8-Mar-15 16:13pm View    
I did check the code for embedding. I'm able to see what I actually want to. So I think the embed part is good enough. While deciphering the image, I get wrong values. I'm pretty sure that the values getting inserted are corrected. I did actually debug using a paper and pen.
A4Abhiraj 8-Mar-15 15:31pm View    
I'm sorry for the incorrectness. This was my first post. Please check the updated description and help me correct the code. Thank you :)
A4Abhiraj 8-Mar-15 15:30pm View    
Sorry for the delayed response. This being my first post, was made in a haste. I've updated the description. I have a project to submit and I've worked a bit on embedding text inside the least significant bytes of any Image. I'm not getting the expected results. Please help.
Thanks in advance :)