All Projects → antelle → wasm-image-compressor

antelle / wasm-image-compressor

Licence: GPL-3.0 license
WebAssembly PNG image compressor

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
shell
77523 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].