darkFunction-Editor icon indicating copy to clipboard operation
darkFunction-Editor copied to clipboard

Heap space issues with huge images

Open darkFunction opened this issue 12 years ago • 0 comments

Problem is in initialisation of PixelBuffer class when opening large image. It uses a huge array of ints but should be more intelligent about it or use smaller data type.

Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

darkFunction avatar Feb 05 '13 23:02 darkFunction