Skip to content

B44 Compression Method and Larger Tuples for Channels

Compare
Choose a tag to compare
@johannesvollmer johannesvollmer released this 30 May 01:06
· 275 commits to master since this release
c5d3cda

I'm honoured to announce this new release, which largely consists of two great community contributions.

  • The B44 and B44A compression methods are now supported (the first lossy method), thanks to Dorian Fevrier
  • When using a tuple to store your channels, you can now use 32 channels instead of only 8, thanks to Karel Peeters

Other changes have also been made.

  • low-level interface restructured - was one monolithic function, has become multiple composable objects
  • parallel compression bug resolved (excessive memory usage)
  • updated dependencies
  • documentation improvements