wasm-image-compressor icon indicating copy to clipboard operation
wasm-image-compressor copied to clipboard

WebAssembly PNG image compressor

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 [email protected]: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.

License

GPLv3