[maemo-commits] [maemo-commits] r18678 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jun 9 15:34:35 EEST 2009
- Previous message: [maemo-commits] r18676 - in projects/haf/trunk/hildon-thumbnail: . daemon/plugins thumbs
- Next message: [maemo-commits] r18679 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2009-06-09 15:34:34 +0300 (Tue, 09 Jun 2009) New Revision: 18678 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:26:03 UTC (rev 18677) +++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c 2009-06-09 12:34:34 UTC (rev 18678) @@ -418,6 +418,10 @@ epeg_size_get (im, &ow, &oh); + /* You need some material around the 124x124 boundaries to + * perform proper cropping with EPeg. This is why the 256x256 + * check here */ + if (ow <= 256 || oh <= 256) { /* Changed in NB#118963 comment #38 */
- Previous message: [maemo-commits] r18676 - in projects/haf/trunk/hildon-thumbnail: . daemon/plugins thumbs
- Next message: [maemo-commits] r18679 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]