Skip to main content

Module filters

Module filters 

Source

Modules§

deflate
fletcher32
lz4
HDF5 LZ4 filter (filter ID 32004).
shuffle

Structs§

FilterRegistry
A registry of filter implementations.

Constants§

FILTER_DEFLATE
Standard HDF5 filter IDs.
FILTER_FLETCHER32
FILTER_LZ4
HDF5 registered LZ4 filter.
FILTER_NBIT
FILTER_SCALEOFFSET
FILTER_SHUFFLE
FILTER_SZIP

Functions§

apply_pipeline
Apply the filter pipeline in reverse (decompression direction) to a chunk.

Type Aliases§

FilterFn
A user-supplied filter function.