Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isayme/file2bmp

save file to a bmp file, specially used for saving compressed tar/zip file to a bmp file
https://github.com/isayme/file2bmp

Last synced: 12 days ago
JSON representation

save file to a bmp file, specially used for saving compressed tar/zip file to a bmp file

Awesome Lists containing this project

README

        

## What is this ? ##
A script who can convert any file to BMP format.

## How it works ? ##
Create a BMP image, append all meta data of source file as bitmap-data of the image.

## Any fun ? ##
Especially, if you convert a rar/zip archive file, you can **extract** the **orginal archive** file from the **result image** with a file archiver like 7-Zip or WinRAR.

Here is a demo screenshot:
![DEMO screenshot](./screenshot.png)