ponta0 / File2BMP

Convert any binary file to valid BMP file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File2BMP

Convert any binary file to valid Bitmap file.
https://ydkk.hateblo.jp/entry/2016/01/25/115224

Usage

Convert to BMP:

> File2BMP.exe hoge.bin

Restore from BMP:

> File2BMP.exe hoge.bin.bmp

Note

This program will use bfReserved1 and bfReserved2 in the Bitmap Fie Header if convert source file size is larger than 4.3GB (uint.MaxValue).
So now, we can support up to 9.2EB! (Maximum supported size of Stream.)

Please note that this is not valid Bitmap file.

Enjoy!

About

Convert any binary file to valid BMP file.

License:MIT License


Languages

Language:C# 100.0%