Requiemu / wasm-image-compressor

WebAssembly PNG image compressor

Home Page:https://antelle.net/wasm-image-compressor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License

GPLv3

About

WebAssembly PNG image compressor

https://antelle.net/wasm-image-compressor/

License:GNU General Public License v3.0


Languages

Language:C++ 66.6%Language:CMake 28.7%Language:Shell 4.6%