Skip to content

Version 0.2.5

Compare
Choose a tag to compare
@osamu620 osamu620 released this 19 Jan 09:02
· 44 commits to main since this release

This version fixes the following issues (including ones fixed by v0.2.3 and v0.2.4)
Note: v0.2.3 and v0.2.4 are never released.

  • Fix memory leak in decoder with '-reduce' parameter greater than actual DWT levels
  • Fix buffer overrun with image width which is not multiple of vector length in IDWT and block-decoding for ARM NEON
  • Improve UI for WASM demo
  • Enable WASM SIMD (using NEON)
  • Fix wrong line break in encoder usage (#162)

[0.2.4] - 2023-12-22

  • small fix for wasm wrapper

[0.2.3] - 2023-12-22

  • Experimental support of emscripten
  • Fix compilation error on aarch64 with gcc
  • Small editorial changes