qbasicking
Programmer
Here's the specifics of what I need: A graphics format. One that can be altered one pixil at a time, and doesn't need to be loaded to do it...OPEN-EDIT-CLOSE
I need to cache the contents of a window.
I need it to be somewhat fast, maybe fast enough to run on a 486 or 386, but I need it to hold 630*430 pixils
It also needs to be somewhat compact, the formats that I've come up with were huge (1.x MB).
Bitmaps and JPEGS would be nice, but I can't figure out how to edit them one pixil at a time.
When i load them, I need to be able to load only parts of it at a time too, sometimes maybe only a few pixils.
Heres some formats I've tried, but were to bulky and big:
PUT #1, 1, pxl1
PUT #1, 2, pxl2
PUT #1, 3, pxl3
...
PUT #1, 1, pxl1 + pxl2 + pxl3...
Any ideas would be helpful, thanks in advace.
I need to cache the contents of a window.
I need it to be somewhat fast, maybe fast enough to run on a 486 or 386, but I need it to hold 630*430 pixils
It also needs to be somewhat compact, the formats that I've come up with were huge (1.x MB).
Bitmaps and JPEGS would be nice, but I can't figure out how to edit them one pixil at a time.
When i load them, I need to be able to load only parts of it at a time too, sometimes maybe only a few pixils.
Heres some formats I've tried, but were to bulky and big:
PUT #1, 1, pxl1
PUT #1, 2, pxl2
PUT #1, 3, pxl3
...
PUT #1, 1, pxl1 + pxl2 + pxl3...
Any ideas would be helpful, thanks in advace.