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 /man/feh.1 | |
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 'man/feh.1')
-rw-r--r-- | man/feh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ Use builtin HTTP client to grab remote files instead of .It Cm --cache-thumbnails Enable (experimental) thumbnail caching in .Pa ~/.thumbnails . -Only works with thumbnails <= 128x128 pixels. +Only works with thumbnails <= 256x256 pixels. .It Cm --caption-path Ar path Path to directory containing image captions. This turns on caption viewing, and if captions are found in |