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

[368 byte] By [tm022woolfya] at [2007-10-2 10:29:52]
# 1
Have a look at the Digital Invisible Ink Toolkit, an open-source project from Sourceforge: http://diit.sourceforge.net/
prometheuzza at 2007-7-13 2:12:21 > top of Java-index,Other Topics,Algorithms...
# 2
Thanks for the reply has anybody else got any thoughts or information on the subject. Would be interesting to hear from you.
tm022woolfya at 2007-7-13 2:12:21 > top of Java-index,Other Topics,Algorithms...
# 3

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

nzhedgehoggirla at 2007-7-13 2:12:21 > top of Java-index,Other Topics,Algorithms...