-
Logged In: YES
user_id=1279299
Not a bug, is a problem with Java's handling of pictures.
Basically because of the way the image is filtered to find
the pixels with the highest filter values, a lot of memory
is used. The remedy of this situation is to run the program
at the command line, passing in the amount of physical
memory your computer has.
For example:
java -Xmx512m -jar...
2006-11-05 10:43:57 UTC by kah18
-
When running the program on "large" images the program
crashes with an outofmemory error, something about
needing to allocate a larger heap using the -xmx
parameter. I have verified that I have JVM 1.5
installed.
The size of the last large image I used was a 768 x
576 jpg. I do not have the error if I use a small jpg
like 100x200.
2006-08-19 05:10:07 UTC by brians08
-
The Digital Invisible Ink Toolkit is a small java program that can embed messages (files) inside 24-bit colour images in such a way that the resulting image does not appear affected. The algorithms implemented by the tool are part of a group of techniques called steganography, which is just a fancy word for information hiding. The idea of this toolkit is to provide a framework where users can...
2005-05-17 00:11:50 UTC by kah18
-
Anonymous committed patchset 1 of module CVSROOT to the Digital Invisible Ink Toolkit CVS repository, changing 11 files.
2005-05-16 18:10:12 UTC by nobody
-
kah18 registered the Digital Invisible Ink Toolkit project.
2005-05-16 03:25:38 UTC by kah18