thegooglecodearchive / gphotoframe

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

Larger pictures in size cause gphotoframe to become very slow to change to the next picture #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From issue #85

Larger pictures (50+MB) in size cause gphotoframe to become very slow to change 
to the next picture.  For example, setting 10 sec between changes with large 
pictures such as described results in a change rate of several minutes.

Original issue reported on code.google.com by yendo0206 on 2 Mar 2011 at 9:14

GoogleCodeExporter commented 9 years ago
Added new gconf key 'max_file_size_mb' in revision c2e3c6141b.

% gconftool-2 --type float --set /apps/gphotoframe/filter/max_file_size_mb 20

User can set maximum image file size in MByte with this key.
When this value is 0 or less, this image file size filter is disabled.

Original comment by yendo0206 on 10 Mar 2011 at 6:28

GoogleCodeExporter commented 9 years ago
I will improve loading speed for large images with 
gtk.gdk.pixbuf_new_from_file_at_size.

Original comment by yendo0206 on 27 Sep 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Improved in revision 928872201c0c.

Original comment by yendo0206 on 3 Oct 2011 at 5:11