diff options
| -rw-r--r-- | Build.PL | 1 | ||||
| -rwxr-xr-x | bin/dthumb | 23 | 
2 files changed, 16 insertions, 8 deletions
@@ -15,6 +15,7 @@ my $build = Module::Build->new(  	license => 'unrestricted',  	requires => {  		'perl' => '5.10.0', +		'autodie' => 0,  		'Archive::Tar' => 0,  		'Image::Imlib2' => 0,  	}, @@ -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  | 
