diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-06-26 17:36:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-06-26 17:36:20 +0200 |
commit | d4c4fb3208caa6a12a54f670afa7b0e2d96aa3ad (patch) | |
tree | 0a3c7a4a47eb73945575c87bff7911961b1a8a9a /bin | |
parent | 770f2780491afe8d69f9daf12d60d73f2acf16d2 (diff) |
support recursive thumbnail generation on directory trees
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dthumb | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -96,8 +96,6 @@ current directory. It uses a javascript lightbox (see L<http://fancyapps.com/fancybox/>) to display images. To view them without the lightbox, open images by clicking on the filename instead of the thumbnail. -Note that recursion is not yet supported. - During operation, B<dthumb> will show its progress on STDERR. =head1 OPTIONS @@ -118,7 +116,8 @@ Recreate all thumbnails =item B<-R>, B<--recursive> -Also include directories in the file listing +Include directories in file listing and recurnsively generate thumbnails +for their contents. =item B<-d>, B<--size> I<maxsize> (default: 200) |