adanilo / wasm-jpeg-ijg

Demo from Chrome Dev Summit of using Web Assembly to optimize images in a browser

Home Page:https://youtu.be/PpuAqLCraAQ?t=6m58s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JPEG codec in WASM demo

In-browser JPEG Codec demo for experimenting with different quality settings.

Prerequisites:

To build:

make

This will generate 'jpegsquash.js' and 'jpegsquash.wasm'. Load 'index.html' from a local web server and enjoy!

To build test harness:

make transcode

This builds a small test harness to transcode from the command line.

Licensed under the Apache License, version 2.0.

This is not an official Google product.

About

Demo from Chrome Dev Summit of using Web Assembly to optimize images in a browser

https://youtu.be/PpuAqLCraAQ?t=6m58s

License:Apache License 2.0


Languages

Language:C 64.8%Language:JavaScript 17.1%Language:HTML 11.3%Language:Makefile 6.8%