Search code examples
steganography

how to calculate how much data can be embeded into an image


I want to know how much data can be embedded into an image of different sizes. For example in 30kb image file how much data can be stored without distortion of the image.


Solution

  • it depends on the image type , algoridum , if i take a example as a 24bitmap image to store ASCII character

    To store a one ASCII Character = Number of Pixels / 8 (one ASCII = 8bits )