diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dthumb | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -234,19 +234,18 @@ dthumb - Generate Thumbnails + Index for a set of images =head1 SYNOPSIS -B<dthumb> [I<options>] [I<directory>] +B<dthumb> [I<options>] =head1 DESCRIPTION dthumb will create an F<index.xhtml> with a list (thumbnails) of -all images found if I<directory>; the thumbnails will link to the images. +all images found in the current directory; the thumbnails will link to the +images. -The F<index.xhtml> file will always be created in I<directory>. -The thumbnails will be saved in F<.thumbs>, also in I<directory>. -If I<directory> is not specified, the current directory is used. +The F<index.xhtml> file will always be created in the current directory, the +thumbnails will be saved in F<.thumbs> below it. -Note that only the images in the directory itself will be processed, recursion -is not supported. +Note that recursion is not yet supported. =head1 OPTIONS @@ -300,7 +299,15 @@ None. =head1 DEPENDENCIES -B<dthumb> requires the Image::Imlib2 perl module. +=over + +=item * autodie (Included in core as of perl 5.10.1) + +=item * Archive::Tar (subject to change) + +=item * Image::Imlib2 + +=back =head1 BUGS AND LIMITATIONS |