[Lunar-commits] <moonbase> liblqr: adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Dec 24 01:01:02 CET 2009


commit a3353365062361c04699e21bef89dc8777e93cb1
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 23 19:01:02 2009 -0500

    liblqr: adding to moonbase.
---
 libs/liblqr/DETAILS |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/libs/liblqr/DETAILS b/libs/liblqr/DETAILS
new file mode 100644
index 0000000..7157e21
--- /dev/null
+++ b/libs/liblqr/DETAILS
@@ -0,0 +1,40 @@
+          MODULE=liblqr
+         VERSION=1-0.4.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL="http://liblqr.wikidot.com/local--files/en:download-page/"
+      SOURCE_VFY=sha1:42b30b157b0c47690baa847847e24c7c94412b75
+        WEB_SITE=http://liblqr.wikidot.com/en:start
+         ENTERED=20091223
+         UPDATED=20091223
+           SHORT="Liquid Rescale Library"
+
+cat << EOF
+The library takes images in plain array format as input and converts them to a 
+multi-size representation.
+
+Following is a list of features:
+
+    * Easy to use and fully documented API
+    * Supports color depths from 8 bits per channel to 64 bits per channel
+    * Support for different color models: grayscale, RGB, CMY and their variants
+       and even custom ones
+    * Areas in the image can be marked for preservation or discard, or for 
+      additional seam rigidity
+    * Once the image has been fully processed, the scaling can be done in 
+      real-time. In fact, the information can be saved and read out later 
+      without any further processing
+    * The resizing is done with a single function which automatically performs 
+      all the necessary operations; it can also work in successive steps 
+      without wasting computational time
+    * Possibility to tune the carving operation by letting the seams be less 
+      connected, or more rigid, or both (the rigidity can be modulated on a 
+      local basis)
+    * Can export and import the visibility map (the seams)
+    * Other images can be attached and undergo the same carving process as the
+      parent image
+    * The automatic feature detection algorithm can be tuned by selecting among
+      different energy functions, and easily defining cusom ones
+    * Reports progress through a customizable interface
+    * A signalling system permits to handle errors cleanly
+    * Portable to all major OS's
+EOF


More information about the Lunar-commits mailing list