I am working on steganography in C#.
According to the LSB technique, I store information in the RGB and Alpha channels, but while decoding, the codes are decoded, but the information is incorrect.
Color.FromArgb(A, R, G, B)); Can anyone who has worked on this issue help?
Thank u.
According to the LSB technique, I store information in the RGB and Alpha channels, but while decoding, the codes are decoded, but the information is incorrect.
Color.FromArgb(A, R, G, B)); Can anyone who has worked on this issue help?
Thank u.