summaryrefslogtreecommitdiffstats
path: root/libraries/libaec/slack-desc
diff options
context:
space:
mode:
author ArTourter2020-02-24 00:02:47 +0100
committer Willy Sudiarto Raharjo2020-02-24 00:07:42 +0100
commit6c73ba64d5ef8c467930c6706c6140ca493babf7 (patch)
tree0ae140452a366ba18832ce546b1fe7c0d3b3734a /libraries/libaec/slack-desc
parent71fa22a53c8d7f58b88415fde6ec4c75d3931530 (diff)
downloadslackbuilds-6c73ba64d5ef8c467930c6706c6140ca493babf7.tar.gz
libraries/libaec: Added (Adaptive Entropy Coding library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libaec/slack-desc')
-rw-r--r--libraries/libaec/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libaec/slack-desc b/libraries/libaec/slack-desc
new file mode 100644
index 0000000000..991de83c37
--- /dev/null
+++ b/libraries/libaec/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+libaec: libaec (Adaptive Entropy Coding library)
+libaec:
+libaec: Libaec provides fast lossless compression of 1 up to 32 bit wide
+libaec: signed or unsigned integers (samples). The library achieves best
+libaec: results for low entropy data as often encountered in space imaging
+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 can replace SZIP.