Skip to content

sid2k3/SVD-Image-Compression

Repository files navigation

SVD On Device Image Compression

A simple and convenient client side tool to compress images.

Compression is implemented using Singular Value Decomposition and is written in C++ which is then compiled to Web Assembly(under 500 bytes when gzipped!)

You can read about how we went about developing this application here - Writing for Web Assembly

Screenshot 2023-04-26 040749

Note:- The current version can support images up to 4k resolution

How to develop

Install the dependencies

yarn

Then start the dev server

yarn dev

How to build

yarn build

If you wish to start a production server

yarn serve

About

On device image compression using Singular Value Decomposition (SVD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published