Skip to content

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

License

Notifications You must be signed in to change notification settings

42yeah/imzip-frontend

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages