-
Image.load error in LUA
would there be a reason that I can't load a .png file that is 826 pixels in width? The width of the psp is 480 pixels but I've been able to load other .png files with a larger width, but only the 826 one gives me a problem.
The error I get is: Image.load: Error loading image.
the image is 11k if this helps any.
-
its probobly just a simple error, did you try cropping it to 40x272 and blitting it?
it might just work if its sized properly, otherwise you'll need to re-save the pic as PNG
-
yeah I'm beginning to think its a size issue with the pic as it won't load in c either.