https://github.com/ravbug/batchcompress
Cross-platform GUI utility to compress images, written in C++
https://github.com/ravbug/batchcompress
Last synced: 22 days ago
JSON representation
Cross-platform GUI utility to compress images, written in C++
- Host: GitHub
- URL: https://github.com/ravbug/batchcompress
- Owner: Ravbug
- Created: 2021-05-11T01:24:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-09T00:02:24.000Z (about 1 year ago)
- Last Synced: 2025-06-09T00:26:35.906Z (about 1 year ago)
- Language: C++
- Homepage: https://www.ravbug.com/BatchCompress
- Size: 27.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BatchCompress
Inspired by [ImageOptim](https://imageoptim.com/mac), but cross-platform written in C++17. Uses wxWidgets for native GUI on all platforms.
Supported formats:
- PNG
## Compiling
Use CMake:
```sh
mkdir -p build
cd build
cmake ..
cmake --build . --config Release --target install
```
The install target does not write any files outside of the build directory.