Skip to content

yklcs/wasmimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasmimg 🗜️

Go Reference

⚠️ Work in progress

wasmimg provides image processing in native Go. Mature image libraries are compiled to WASM, then run with wazero allowing them to be used without CGo.

wasmimg focuses on encoding and decoding (for now), leaving image transformations to the user.

Features:

  • No CGo
  • Simple high level API
  • Minimal configuration

Support matrix

mozjpeg webp
encode
decode

Even if a particular language isn't supported, wasmimg's .wasm files can be used with any WASM runtime supporting the below runtime requirements.

About

Cram more pixels into bytes - anywhere

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors