/imzip-frontend

An (almost) WASM-only frontend for fast batch image compression.

Primary LanguageCMIT LicenseMIT

imzip-frontend

This is imzip, an (almost) WASM-only frontend capable of batch compressing images.

It makes use of Sokol, ImGui, and miniz.

Build:

> mkdir build
> cd build

> emcmake cmake -G Ninja ..
> emcmake cmake --build .

To build a Release version:

> emcmake cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel ..
> emcmake cmake --build .

The project is not compatible with Windows, macOS and Linux since as of right now, it heavily depends on Emscripten APIs.

Run:

> emrun imzip.html

Enjoy!

Logo