diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 17:50:57 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:03 +0700 |
commit | 0815401910eaeb7b1d69e6b8136c38203c184aed (patch) | |
tree | 1f84164c3b488daef93085adc56e4ed19c034b40 /libraries | |
parent | 3b0d687ef17e449269bd24cedb07836c53bcef1d (diff) |
libraries/libaec: Fix README, slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libaec/README | 13 | ||||
-rw-r--r-- | libraries/libaec/slack-desc | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/libraries/libaec/README b/libraries/libaec/README index ce12cde72211..7b877fef1f9f 100644 --- a/libraries/libaec/README +++ b/libraries/libaec/README @@ -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]. diff --git a/libraries/libaec/slack-desc b/libraries/libaec/slack-desc index 991de83c37d9..8d3b6ceb9ddc 100644 --- a/libraries/libaec/slack-desc +++ b/libraries/libaec/slack-desc @@ -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. |