Creating docs folder

This commit is contained in:
xdrm-brackets 2015-09-06 15:01:55 +02:00
parent 8dd24b0678
commit 972c1f5c65
3 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ with open(sys.argv[1]) as f:
for byte in f.read():
tmp += str( hex( ord(byte) ) )[2:] + ","
headerSize = ( 14 + 9 ) * 8
headerSize = ( 2 + 4 + 2 + 2 + 4 + 4 + 4 + 4 + 2 + 2 + 4 + 4 + 4 + 4 + 4 + 4 )
header = tmp[:headerSize]
content = tmp[headerSize:]

Binary file not shown.

BIN
docs/bitmap_header.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB