Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isayme/file2bmp
- Owner: isayme
- Created: 2012-10-24T12:31:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T05:06:49.000Z (over 10 years ago)
- Last Synced: 2024-04-16T14:21:44.324Z (8 months ago)
- Language: Python
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)