Skip to content

Convert between image formats in the browser using WebAssembly

Notifications You must be signed in to change notification settings

HHMagnus/ImageConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offline Image Converter

The Offline Image Converter allows you to convert between image formats directly in your browser without uploading them anywhere.
It uses the Rust crate image, compiled to WebAssembly.

Try it here: https://imageconvert.mhh.dev/

Run Locally

  1. Build the WebAssembly files:
    wasm-pack build --target web
  2. Serve the files with any HTTP server, for example:
    python3 -m http.server

About

Convert between image formats in the browser using WebAssembly

Resources

Stars

Watchers

Forks