123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|717|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> loadimg an image from memory?

Sat, 23 Feb 2008, 13:34
spinal
Just wondering, thinking, planing on making a blitz version of my video player, but...

Is it possible to load an image from an array rather than a file? I would like to read the jpg frames straight from the .smf rather than extracting all the frames to the disk. How hard would this be to do?

-=-=-
Check out my excellent homepage!
Sat, 23 Feb 2008, 14:55
Jayenkai
Probably not all that easy. the best solution I could think of would be to decode the array, and plot the images.. But.. that's gonna be slow

-=-=-
''Load, Next List!''
Sat, 23 Feb 2008, 15:38
spinal
Looks like I'll have to decode each frame to a file, then load each frame from disk. I'd have to do that with the audio anyway.

-=-=-
Check out my excellent homepage!