diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-31 09:39:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-31 09:40:14 +0200 |
commit | 3cc2c50bb8422fc738a5875048c06758af6ded76 (patch) | |
tree | ad8c88c7e5ceecb6f098ac86b286856b6d00d830 /ChangeLog | |
parent | d37ff6f9334f1243219dc6a3da27b198c0b145fe (diff) |
major --thumbnails speed impromevents, new --thumb-redraw option
See ChangeLog / man/feh.1 "--thumb-redraw" for more
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ git HEAD * Fix blur mode (Ctrl + left mouse key) * Center images in index/thumbnail mode relative to the text below them * Support caching of "large" (up to 256x256 pixels) thumbnails + * New --thumb-redraw option as workaround to speed up thumbnail mode + (thumbnail mode redrawing is quite slow, so now a redraw only happens + every 10 thumbnails by default - can be changed with this option) + * Because of that: Major speed improvements for --thumbnails, especially + with cached thumbnails Thu May 6 08:34:39 CEST 2010 Daniel Friesel <derf@chaosdorf.de> |