Skip to content

v1.2.0

Compare
Choose a tag to compare
@scaramallion scaramallion released this 10 Feb 23:18
· 2 commits to main since this release
fcd6807
  • Fixes decoding multi-component images with an interleave mode of 0
  • Fixes encoding multi-component images
  • Overhauls the interface to make it more flexible:
    • Adds jlswrite(), encode_array() and encode_buffer()
    • Adds jlsread() and decode_buffer()
  • The old interface is deprecated and will be removed in v2.0
    • This includes read(), write(), encode() and decode()