Steganography implemented in Java with QIM Dither Modulation
Hello wondering if anybody can advise me on how to get started with this ?
I am starting a project where using Steganography as digital watermarking tool to insert text into an image.
I am using the quantization index modulation method with the colt maths package to implement the equations required. Any help would be much appreciated.
Thanks
G'day
I'm the author of the aforementioned steganography tool, the Digital Invisible Ink Toolkit. None of the techniques in the tool use QIM Dither Modulation, but they filter the image using edge detecting filters and use those filtered areas first - making it much much harder to tell where it is hidden.
If you're planning on writing an algorithm for steganography, and are happy to use the StegoAlgorithm interface in the tool, I'd love to include it with the program. My contact details are on the website, http://diit.sourceforge.net