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

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

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.