Search found 3 matches

by mcstylez2000
Fri Dec 15, 2006 3:53 pm
Forum: PSP Lua Player Development
Topic: LUA Image loading problem
Replies: 9
Views: 6806

At first thx for answering so fast! I show you the code so you can see what I mean: -------------index start-------------------- aa = Image.load("001.jpg") ab = Image.load("002.jpg") ac = Image.load("003.jpg") ad = Image.load("004.jpg") ae = Image.load("0...
by mcstylez2000
Thu Dec 14, 2006 3:59 pm
Forum: PSP Lua Player Development
Topic: LUA Image loading problem
Replies: 9
Views: 6806

Thx for your answer!

But that is the problem > I need all images. Cause this should be an animation application. blend from 001 to 002 to 003 and so on. Each Jpeg file uses 16-17kB space.

Or supports lua gif animations or video files?

If it is possible, so let me know.

Thx for Helping
by mcstylez2000
Thu Dec 14, 2006 5:18 am
Forum: PSP Lua Player Development
Topic: LUA Image loading problem
Replies: 9
Views: 6806

LUA Image loading problem

I have written a script which loads 81 images, but the script player sends an error: Too much images How can I fix this? ----------Script Begin------------ aa = Image.load("001.jpg") ab = Image.load("002.jpg") ac = Image.load("003.jpg") ad = Image.load("004.jpg&quo...