iblislin / gphotoframe

Automatically exported from code.google.com/p/gphotoframe
Other
2 stars 0 forks source link

Add option to disable display of very tall or wide images #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I think very tall or wide images are not very suitable to be displayed by
gphotoframe. I have e.g. images with a height/width ratio of 1/5 or wider
in my collection.
Perhaps an option can be added so the user can choose the two ratios that
disable images to be displayed.

Original issue reported on code.google.com by K.J.Nies...@gmail.com on 21 Jul 2009 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by yendo0206 on 24 Jul 2009 at 3:44

GoogleCodeExporter commented 8 years ago

Original comment by yendo0206 on 21 Jan 2010 at 1:17

GoogleCodeExporter commented 8 years ago

Original comment by yendo0206 on 21 Jan 2010 at 1:17

GoogleCodeExporter commented 8 years ago
Added new GConf options.  You can set aspect_max and/or
aspect_min (aspect = width / height) with gconftool-2:

gconftool-2 --type float --set /apps/gphotoframe/aspect_min 0.5
gconftool-2 --type float --set /apps/gphotoframe/aspect_max 2.0

Original comment by yendo0206 on 22 Jan 2010 at 7:15

GoogleCodeExporter commented 8 years ago
These gconf keys are changed in revision b52b18d122.

/apps/gphotoframe/aspect_min -> /apps/gphotoframe/filter/aspect_min
/apps/gphotoframe/aspect_max -> /apps/gphotoframe/filter/aspect_max

Original comment by yendo0206 on 12 May 2010 at 8:19