Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
compress / decompress between images and one file.
- Host: GitHub
- URL: https://github.com/scenent/cpp-images2onefile
- Owner: scenent
- License: mit
- Created: 2023-10-03T14:58:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T01:18:35.000Z (about 1 year ago)
- Last Synced: 2024-11-15T02:29:25.574Z (2 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)