summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-22 20:04:44 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-22 20:04:44 +0100
commitc7a8fe35e9852136af583fb6380257ef7d66b579 (patch)
treefc02de29bcf0436f35a2dc877df67196412d637c /bin
parent64e18b5c3a30fe1293139549ed28a2c620c00807 (diff)
Update Build.PL & POD
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dthumb23
1 files changed, 15 insertions, 8 deletions
diff --git a/bin/dthumb b/bin/dthumb
index f97fa0d..5bb6947 100755
--- a/bin/dthumb
+++ b/bin/dthumb
@@ -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