I want to pack my JPGs into a single file and load images from that file without making temp files. Possible?
I guess it could be done by storing the pixel data by hand as binary data, and then drawing the images back pixel by pixel. I fear this method is too slow and would bloat the files.
Any ideas?
Has anyone succesfully hacked DC handles for B+ image buffers? If so, one could use image libraries like FreeImage to do the trick.
I guess it could be done by storing the pixel data by hand as binary data, and then drawing the images back pixel by pixel. I fear this method is too slow and would bloat the files.
Any ideas?
Has anyone succesfully hacked DC handles for B+ image buffers? If so, one could use image libraries like FreeImage to do the trick.