You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: