https://github.com/buckley-w-david/png-storage
Store files in a PNG
https://github.com/buckley-w-david/png-storage
Last synced: 7 months ago
JSON representation
Store files in a PNG
- Host: GitHub
- URL: https://github.com/buckley-w-david/png-storage
- Owner: buckley-w-david
- Created: 2021-12-23T02:59:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T03:43:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T02:11:56.221Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# png-storage
Simple utility for storing files/directories in PNG files by abusing the fact that PNG images are read front to back, and ZIP files are read back to front.
This meas that you can concatinate them together, and the resulting file is both a zip file, and a png.