10-21-2025, 04:33 PM
You just need to create the file format. LOADIMAGE supports loading from memory now, so you might be able to just write a bunch of images to a single file along with any relevant data to know where one ends and the next begins. Then you can load each image into a STRING which can be loaded with _LOADIMAGE

