Steganography - Sign images by altering pixels

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
JZA
Posts: 3
Joined: 2014-10-23T21:50:39-07:00
Authentication code: 6789

Steganography - Sign images by altering pixels

Post by JZA »

Probably outside of the scope of what imagemagick can do but maybe I am surprised. I wonder if its possible to either sign or embed information in an image by altering the pixels into what it can work similar to a QR code.

The idea is that the image would have some minuscule pixels alterated withing the picture, and a scan could be able to detect the values of the pixels and extract a messag or signature. While plain look wont be able to detect such change.

If anyone have ever heard of this or done something, would be helpful.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Steganography - Sign images by altering pixels

Post by snibgo »

snibgo's IM pages: im.snibgo.com
Post Reply