[maemo-commits] [maemo-commits] r18679 - projects/haf/trunk/hildon-thumbnail/daemon/plugins

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jun 9 15:35:09 EEST 2009
Author: pvanhoof
Date: 2009-06-09 15:35:08 +0300 (Tue, 09 Jun 2009)
New Revision: 18679

Modified:
   projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c
Log:
Code comment

Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c	2009-06-09 12:34:34 UTC (rev 18678)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c	2009-06-09 12:35:08 UTC (rev 18679)
@@ -420,7 +420,8 @@
 
 		/* You need some material around the 124x124 boundaries to 
 		 * perform proper cropping with EPeg. This is why the 256x256
-		 * check here */
+		 * check here (if you don't do this, you'll get a black border
+		 * at two sides of the cropped final image) */
 
 		if (ow <= 256 || oh <= 256) {
 


More information about the maemo-commits mailing list