View Single Post
Old 12-30-21, 04:00 PM   #26
Jeff-Groves
Village Idiot
 
Jeff-Groves's Avatar
 
Join Date: Sep 2014
Posts: 5,319
Downloads: 130
Uploads: 0


Default

Information on the BMP format!
This is just a quick break down on the HEX format. More work to follow.

4 bytes = BMP:
4 bytes read as a signed short = file size to read.
4 bytes = INF:
4 bytes = the amount of data to read. This contains frames and sizes of each frame in pixels.
This section is variable but you read each as a byte with a 00 seperator.
4 bytes = BIN: (or other) I'll Explain this later.
4 bytes read as a signed short = data to read until we hit the next chunk.

To be continued!!!
__________________
I don't do Stupid. So don't ask.
Jeff-Groves is offline   Reply With Quote