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

https://github.com/scenent/cpp-images2onefile

compress / decompress between images and one file.
https://github.com/scenent/cpp-images2onefile

Last synced: 3 months ago
JSON representation

compress / decompress between images and one file.

Awesome Lists containing this project

README

        

# cpp-images2onefile
compress / decompress between images and one file.

## requirements
- [zlib](https://www.zlib.net/)
- [stb_image.h](https://github.com/nothings/stb/blob/master/stb_image.h)
- [stb_image_write.h](https://github.com/nothings/stb/blob/master/stb_image_write.h)