diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-08 11:59:16 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-08 11:59:16 +0200 |
commit | 9b243c81dac2a08e3cc1436d28903433b7c6f1da (patch) | |
tree | 060cee9978182736c7dde97e4a0fdca33518080b /bin | |
parent | 8a3a3d1e723a0e5b803ebf9f122c28d1d1052208 (diff) |
add optional HTML include header
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dthumb | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,7 @@ GetOptions( $opt, qw{ all|a + header=s help|h no-names|n quality|q=i @@ -137,6 +138,10 @@ no border at all, etc. Set HTML document title. Defaults to the basename of the current directory +=item B<--header> I<file> + +Include I<file> contents in the generated HTML, right after the opening div tag. + =item B<-q>, B<--quality> I<int> (default: 75) Set thumbnail quality. |