mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libaec: Fix README, slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3b0d687ef1
commit
0815401910
2 changed files with 8 additions and 7 deletions
|
@ -1,9 +1,10 @@
|
|||
Libaec provides fast lossless compression of 1 up to 32 bit wide signed or
|
||||
unsigned integers (samples). The library achieves best results for low entropy
|
||||
data as often encountered in space imaging instrument data or numerical model
|
||||
output from weather or climate simulations. While floating point
|
||||
representations are not directly supported, they can also be efficiently coded
|
||||
by grouping exponents and mantissa.
|
||||
Libaec provides fast lossless compression of 1 up to 32 bit wide
|
||||
signed or unsigned integers (samples). The library achieves best
|
||||
results for low entropy data as often encountered in space imaging
|
||||
instrument data or numerical model output from weather or climate
|
||||
simulations. While floating point representations are not directly
|
||||
supported, they can also be efficiently coded by grouping exponents
|
||||
and mantissa.
|
||||
|
||||
Libaec implements Golomb-Rice coding as defined in the Space Data System
|
||||
Standard documents [121.0-B-2][1] and [120.0-G-2][2].
|
||||
|
|
|
@ -15,5 +15,5 @@ libaec: instrument data or numerical model output from weather or climate
|
|||
libaec: simulations. While floating point representations are not directly
|
||||
libaec: supported, they can also be efficiently coded by grouping exponents
|
||||
libaec: and mantissa.
|
||||
libaec:
|
||||
libaec:
|
||||
libaec: Libaec can replace SZIP.
|
||||
|
|
Loading…
Reference in a new issue