neilharvey / FileSignatures

A small library for detecting the type of a file based on header signature (also known as magic number).
MIT License
250 stars 41 forks source link

[feature] add BMP #32

Closed abelykh0 closed 3 years ago

neilharvey commented 3 years ago

Hey, BMP is already implemented: https://github.com/neilharvey/FileSignatures/blob/master/src/FileSignatures/Formats/Bmp.cs

abelykh0 commented 3 years ago

Oops