From 69d1615d7dc7500039dbde951fa6cbb920eb99b8 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 9 Oct 2010 21:20:13 +0200 Subject: Add support for squared thumbnails Disabled by default, only very simple center crop implemented. The SQUARED_SIMPLE_SHAVE_AMOUNT constant may be slightly adjusted according to future experience. It's a really dumb algorithm which may not be suitable for every picture. Looking for a fast and smart algorithm to determine image weight center and radius, i.e. focus on object of interest. The OpenCV's face recognition features are worth to test and consider, though I fear the speed issues. --- templates/template-index.tmpl | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'templates/template-index.tmpl') diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index b2c7dba..77504e7 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.tmpl @@ -42,7 +42,7 @@ ( items) - +
@@ -52,8 +52,18 @@ ( items) -
+ + +
+ + +
+ + ( items) +
+
+
@@ -79,4 +89,3 @@ - -- cgit v1.2.3