ILNumerics Ultimate VS

H5DatasetCompression Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the compression method configured for the dataset [readonly].

[ILNumerics HDF5 Module]

Namespace:  ILNumerics.IO.HDF5
Assembly:  ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public H5Compression Compression { get; }

Property Value

Type: H5Compression
Remarks

This parameter reflects the compression setting defined at the time this dataset was created. It cannot get changed for existing datasets.

The following compression methods are available for H5Datasets in ILNumerics: Deflate compression algorithm (gzip): values for CompressionParameter give the level of compression. Valid parameter values range from 0 [no compression] to 9 [strongest compression].SZIP compression algorithm: the value of CompressionParameter gives the pixels per block/ block size used for compression

Additional information is found in the HDF5 documentation: Property Set:Szip and Property Set:Deflate

[ILNumerics HDF5 Module]

See Also

Reference

[!:http://www.hdfgroup.org/HDF5/Tutor/compress.html]