summaryrefslogtreecommitdiffstats
path: root/libraries/liblqr/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/liblqr/README')
-rw-r--r--libraries/liblqr/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/liblqr/README b/libraries/liblqr/README
new file mode 100644
index 0000000000..5a42272c21
--- /dev/null
+++ b/libraries/liblqr/README
@@ -0,0 +1,6 @@
+Liquid Rescale is a seam-carving C/C++ library based on the algorithm
+described in this paper (http://www.faculty.idc.ac.il/arik/imret.pdf)
+by Shai Avidan and Ariel Shamir.
+
+It aims at resizing pictures non uniformly while preserving their
+features, i.e. avoiding distortion of the important parts.