Hi,
I am new to this forum.
I just finished making an image processing tool for my college project by manipulating the image pixels.
Small size images up to 600-700 kb are loaded properly, but when when I try to load an image with size greater than 1 Mb it gives error.
Exception in thread "AWT-EventQueue-0" java.lang.OutOf MemoryError: Java heap space
at GetImage.getIma gePixels(GetIma ge.java:109)
at GetImage.loadIm age(GetImage.ja va:86)
at First$2.actionP erformed(First. java:120)
I tried increasing the heap size of jvm but still the same error.
Please help.
Thanks
I am new to this forum.
I just finished making an image processing tool for my college project by manipulating the image pixels.
Small size images up to 600-700 kb are loaded properly, but when when I try to load an image with size greater than 1 Mb it gives error.
Exception in thread "AWT-EventQueue-0" java.lang.OutOf MemoryError: Java heap space
at GetImage.getIma gePixels(GetIma ge.java:109)
at GetImage.loadIm age(GetImage.ja va:86)
at First$2.actionP erformed(First. java:120)
I tried increasing the heap size of jvm but still the same error.
Please help.
Thanks
Comment