Greetings there, i am working on a big gif file(~107M), and need to do some real-time editing on it.
At the time of executing the code, i need to give the -Xmx200M option so that java does not give a OutOfMemory Exception. i was told to work on tiles of the same image. i was able to break the images into tiles, but then inorder to get the tiles, i need the same big gif file to be loaded(not displayed). so i am still using the -Xmx200M option! is there a way to break the big files into tiles and escape the OutOfMemory Exception?? and not give the -X option, as that being non-portable! i have run out of options! thanks, rohit. NAMASTE, i honour the spirit in you which is also in me. ``````````````````````````````````````````````````````` http://www.geocities.com/rohitsz2 __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com _______________________________________________ Java mailing list [email protected] http://mail.jug-delhi.org/mailman/listinfo/java_jug-delhi.org
