github webp-sh/webp_server_go 0.6.0
WebP Server Go 0.6.0

latest releases: 0.13.7, 0.13.6, 0.13.5...
2 years ago

Major changes

  • Use github.com/davidbyttow/govips for encoding WebP and AVIF images makes it about 5x faster than previous versions by @BennyThink and @n0vad3v
  • Quality set to 100 will use Lossless encode mode by @n0vad3v
  • invalid checksum problem described in #137 has been solved
  • No need to install libaom-dev anymore , now we need libvips-dev

Benchmark

Our internal tests shows nearly 5x faster than previous versions using prefetch.

github.com/davidbyttow/govips

Prefetching... 100% |███████████████████████████████████████████████████████| (219/219, 9 it/s)         
Prefetch completeY(^_^)Y in 23.350871663s

github.com/chai2010/webp

Prefetching... 100% |█████████████████████████████████████████████████████| (219/219, 2 it/s)           
Prefetch completeY(^_^)Y in 1m49.868976512s

Minor changes

Full Changelog: 0.5.1...0.6.0

Don't miss a new webp_server_go release

NewReleases is sending notifications on new releases.