I want to display large png image on nokia S40 phone.
Because heap size is very limited I can not load image using Image's createImage method.
What can I do?
Maybe I should re-implement png decoder, to decode portions of png dynamically, and display each time the needed portion?