ome / ome-codecs

OME image compression (coder-decoder implementations)
Other
4 stars 13 forks source link

Migrate ZSTD Codec and dependency #22

Closed dgault closed 1 year ago

dgault commented 1 year ago

Adds the ZSTD Codec and associated aircompressor dependency. These are currently located in formats-bsd and in use for CZI and Tiff formats.

The only small code change from the original is to change FormatExceptions to CodecExceptions to match the behaviour of the existing codecs in this repo. A bioformats PR removing the dependency and implementation will follow.

dgault commented 1 year ago

Discussed privately with Seb, a unit test for this class is not the appropriate place to test the functionality of the underlying library.