darkFunction-Editor
darkFunction-Editor copied to clipboard
Heap space issues with huge images
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