diff options
-rwxr-xr-x | bin/gen-xhtml-thumbnails | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/gen-xhtml-thumbnails b/bin/gen-xhtml-thumbnails index c037b16..8088975 100755 --- a/bin/gen-xhtml-thumbnails +++ b/bin/gen-xhtml-thumbnails @@ -207,6 +207,13 @@ is not supported. =over +=item B<-x>, B<--archive> + +Create (and link) an "image.tar" archive containing all full-size image files. +All but the last directories in the files' path are stripped, besides that the +directory structure is preserved. So, if you run gen-xhtml-thumbnails -x in +.../mydir/, the archive will contain mydir/1.jpg, mydir/2.jpg etc. + =item B<-c>, B<--css> I<file> Use I<file> for css definitions |