Entity
Entity

Reputation: 13

C# Hide Text in Image

I'm looking for a method of hiding some text in an image. Not like just putting text on the image in a hard to see color, but actually putting it into the code of the file.

Upvotes: 0

Views: 1874

Answers (2)

Kevin Hsu
Kevin Hsu

Reputation: 1756

Well, I would say you're looking for steganopgraphy, but you indicate that you'd like to put it into the code of the file. Can you clarify what you mean by that? Are you doing this for the purposes of watermarking, or to markup the files for organizing them?

Upvotes: 1

Oded
Oded

Reputation: 499062

What you are looking for is called steganography.

Upvotes: 4

Related Questions