Hi,

I have objective to store set of information inside given images (Like DICOM).

Please suggest me to proceed.

Thanks in Advance.

Recommended Answers

All 5 Replies

I assume you know how to get the pixel values of the image

  1. change the pixel values to binary
  2. change the data to be saved to a binary
  3. insert binary data into binary images in a sequence

examples of binary images:

01000110 00101010 11100011
10011011 10110011 01100001
00111000 10101101 01000000

examples of data that will be stored

a ==> binary: 01100001

replace the end of the binary image by a binary "a" in sequence

so the result will be like this:

01000110 00101010 11100010
10011011 10110010 01100001
00111001 10101100 01000000

This article should help.

commented: He man, thanks for the tip. +14

Just for the record, this is called Steganography.

Might help your searching

What AoD said - the term for this is "steganography". There is an abundant amount of literature on the subject that can be accessed online. Remember, Google is your friend! :-)

I have objective to store set of information inside given images (Like DICOM).

Steganography has nothing to do with DICOM.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.