Skip to content

Spatial Domain Technique LSB algorithm for JPEG

Aneesh Verma edited this page May 6, 2021 · 1 revision

JPEG has lossy compression so it is generally thought that LSB algorithm will not work properly on it.
This technique generally uses each pixel in the image which makes it susceptible to loss of hidden message.

However, JPEG encoding is divided into lossy and lossless stages.

Therefore, data bits can be encoded inside the JPEG coefficients before the entropy coding stage.

Clone this wiki locally