• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

uncompressed image format

dejitaru

Banned
What's a good, clean, bread and butter, mom and pop, 0x0000FF = blue image format? I'm writing an app that draws images, yet I don't know how to draw to screen using my OS's GUI. I want to output as text/binary.

I will learn to make PNGs, later.
 
The Windows BMP format is pretty simple, especially for 24bit. msdn.microsoft.com or a bit of googling should find you the format.
 
Back
Top