file-header Questions
2
Solved
I need to read the header of a bmp file with python. I tried like this but it obviously returns just a bunch of non intelligible bytes:
f = open(input_filename,"rb")
data = bytearray(f.read())
f.c...
Fineable asked 29/10, 2017 at 18:37
1
© 2022 - 2024 — McMap. All rights reserved.