check basic bmp header validity #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
we should check if for example, the first two bytes of the file are
BM
.the limit on this implementation is doing the file header and the DIB header. all the others aren't required as they're optional and we're making glitch art.
this is low priority since we already have the header copying.
7e8023a383