diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-31 00:38:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-31 00:38:45 +0200 |
commit | 62ad1f1e5c7164eab0e19af65f6384a13ad701ee (patch) | |
tree | 8e7542e463486e8604aa89637bae362d09d9102f /ChangeLog | |
parent | cf36be979939c93315b77f24575dc4028916776d (diff) |
Support caching of thumbnails up to 256x256 pixels (.thumbnails/large)
Depending on --thumb-width/--thumb-height, either .thumbnails/normal or
.thumbnails/large is used. For higher dimensions, thumbnail caching is still
silently disabled, this should also be what the standard indicates.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ git HEAD * Patch by aaptel: Support numpad keys for actions * Fix blur mode (Ctrl + left mouse key) * Center images in index/thumbnail mode relative to the text below them - * Various thumbnail caching improvements, better standard implementation + * Support caching of "large" (up to 256x256 pixels) thumbnails Thu May 6 08:34:39 CEST 2010 Daniel Friesel <derf@chaosdorf.de> |