Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
Plasmamac Guru Joined: 31/01/2019 Location: GermanyPosts: 596
Posted: 03:09pm 16 Sep 2021
Copy link to clipboard
Print this post
HI,
i get "Not enough heap Memory" if i try to load a 1024x768 Png in mode 9. The Doc say i can load every Picture if it has max the same size as the screen . Is it me? will Cmm2 vers.2.0 handle this. Can is solve this with some tricks ?
thxPlasma
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10610
Posted: 03:29pm 16 Sep 2021
Copy link to clipboard
Print this post
PNG decode uses crazy amounts of memory (2x32-bit full framebuffers). Workround is to split the image in 2 and load the halves separately. G2 version should work OK
Plasmamac Guru Joined: 31/01/2019 Location: GermanyPosts: 596