Awesome
WASM Image compressor
This is a PNG image compressor working in browser, built with WebAssembly.
Libraries used
Building
Prerequisties:
- Git
- Emscripten
- WebAssembly Toolchain
- CMake
git clone --recursive git@github.com:antelle/wasm-image-compressor.git
cd wasm-image-compressor
./build.sh
Why?
Nothing special here, it's just a demo of using some libs like zlib and libpng in WebAssembly.
There's no particular reason to create a tool like this, however feel free to use it if you like it. It's just a simple Web UI for libimagequant.