Click here to Skip to main content
15,896,359 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I am interested in Steganography i wanna develop it in vb.net for jpg images and i wanna know how to get RGB values of each pixel..! how to store the edited RGB values and thereby constructing image of edited RGB values..??
please somebody help me..i am tired of searching it in net..:confused:

Thank you.
Posted

Here [^] an article series about steganography.
:)
 
Share this answer
 
wrote:
..i am tired of searching it in net..


I find it impossible to believe that you looked at all. In VB.NET, you can use the GetPixel method to get RGB values. That it's a JPG is irrelevant, excepting that your image will be degraded, an area of pure white in a bmp will turn to many shades of white in a jpg. It is lossy.

If you use a C# dll, you can use the direct pixel access methods illustrated in my images processing articles here on Code Project.
 
Share this answer
 
I find it impossible to believe that you looked at all. In VB.NET, you can use the GetPixel method to get RGB values. That it's a JPG is irrelevant, excepting that your image will be degraded, an area of pure white in a bmp will turn to many shades of white in a jpg. It is lossy.

If you use a C# dll, you can use the direct pixel access methods illustrated in my images processing articles here on Code Project.
Permalink | Report
Posted 9 mins ago
Christian Graus 168,862
Authority 148,343 Editor 160



Thank you sir for your kind response..
but is it possible using .net and By using GetPixel method we'l get the pixel values further how proceed i dunno..!! could you help me please..!! i am not a expert in programming just a beginner m very much interested in it.. Waiting 4your reply...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900