mozilla / mozjpeg

Improved JPEG encoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasm release of cjpeg / online serice

finkr opened this issue · comments

Severity: Wish

Hello

It would be nice if Mozilla could provide an online service to compress images using cjpeg.

Using a wasm compiled version of cjpeg, this wouldn't require any server-side computation.

WASM is already supported. Check out https://squoosh.app — it contains a WASM version of MozJPEG.

There are also many web optimization services that will optimize images for you via a web API, so you don't have to build MozJPEG yourself.

An incredible service

Thank you