thoro
Member
- Joined
- Nov 15, 2005
- Messages
- 132
I started to port a simple image sequence viewer I did in JavaScript to view prerendered 3D objects in a web browser without using plugins (http://www.thoro.de/3DNP).
I'm storing all images in a zip archive and am using the python zipfile module to load all the images into a list. While this works fine on my desktop computer, there seems to be a memory limit on the GP2X. It seems to me as if GP2X python crashes if my images.zip archive is bigger than 256KB.
How can I bypass this problem?
I'm storing all images in a zip archive and am using the python zipfile module to load all the images into a list. While this works fine on my desktop computer, there seems to be a memory limit on the GP2X. It seems to me as if GP2X python crashes if my images.zip archive is bigger than 256KB.
How can I bypass this problem?