Skip to content

gen2brain/heic

Repository files navigation

heic

Status Go Reference

Go decoder for HEIC Image File Format (HEVC in HEIF).

Based on the Rust heic decoder compiled to WASM and run with wazero (CGo-free).

The library will first try to use a libheif dynamic/shared library (if installed) via purego and will fall back to the embedded WASM.

Build tags

  • nodynamic - do not use dynamic/shared library (use only WASM)
  • wasm2go - transpile the WASM to Go with wasm2go instead of running it with wazero

About

HEIC image decoder

Resources

License

Stars

43 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors