ILNumerics Ultimate VS

H5DatasetCompressionParameter Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Additional parameter for compression method [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 uint CompressionParameter { get; }

Property Value

Type: UInt32
Remarks

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

The meaning of the parameter changes with the type of compression used: Deflate compression algorithm: values for give the level of compression used for this dataset. Valid values range from 0 [no compression] to 9 [strongest compression].SZIP compression algorithm: pixels per block/ block size used for compression;

Additional information is found in the HDF5 documentation: www.hdfgroup.org/HDF5/doc/RM/RM_H5P.html#Property-SetSzip and http://www.hdfgroup.org/HDF5/doc/RM/RM_H5P.html#Property-SetDeflate

[ILNumerics HDF5 Module]

See Also

Reference

Other Resources