
Danik
Hi there,
I suspect there is a limit to the size of bitmaps set by the Air runtime. It used to be limited at 8000 something pixels, but should now be limited by the amount of memory available. Still I have had problems allocating very big bitmaps.
The image you tried to load should take about 1GB of memory, but Pyxel keeps multiple buffers of this size for technical reasons. I will have to investigate what the problem is more precisely and see if images this big can be supported. At the very least there should be an informative error message instead of hanging.
I suspect there is a limit to the size of bitmaps set by the Air runtime. It used to be limited at 8000 something pixels, but should now be limited by the amount of memory available. Still I have had problems allocating very big bitmaps.
The image you tried to load should take about 1GB of memory, but Pyxel keeps multiple buffers of this size for technical reasons. I will have to investigate what the problem is more precisely and see if images this big can be supported. At the very least there should be an informative error message instead of hanging.