From 2b82bb6861545fe1a220193eb43ac11068b00e88 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 27 Feb 2011 21:08:43 +0100 Subject: Minor documentation improvements --- bin/dthumb | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/dthumb b/bin/dthumb index f3eb2cd..821f912 100755 --- a/bin/dthumb +++ b/bin/dthumb @@ -1,6 +1,7 @@ #!/usr/bin/perl -# Copyright © 2009,2010 by Daniel Friesel -# License: WTFPL +# Copyright © 2009-2011 by Daniel Friesel +# License: WTFPL: +# You just DO WHAT THE FUCK YOU WANT TO use strict; use warnings; use autodie; @@ -37,9 +38,13 @@ dthumb - Generate Thumbnails + Index for a set of images B [I] +=head1 VERSION + +This manual documents B version 0.1 + =head1 DESCRIPTION -dthumb will create an F with a list (thumbnails) of +B will create an F with a list (thumbnails) of all images found in the current directory; the thumbnails will link to the images. @@ -73,10 +78,13 @@ number of pixels (see --size) times I. So for B<1.1> you have a small border around each image, for B<1.0> you have no border at all, etc. +Defaults to 1.1 + =item B<-q>, B<--quality> I Set thumbnail quality. -Accepts values between 0 and 100, where 100 is the highest possible quality +Accepts values between 0 and 100, where 100 is the highest possible quality. +Default is 75 =back @@ -114,9 +122,12 @@ F<.dthumb>, which contains various data (so far icons and javascript code). Thumbnails of changed images are not yet recreated. +Report issues either by mail to Ederf@chaosdorf.deE or on +Ehttp://github.com/derf/dthumb/issuesE. + =head1 AUTHOR -Copyright (C) 2009, 2010 by Daniel Friesel Ederf@chaosdorf.deE +Copyright (C) 2009-2011 by Daniel Friesel Ederf@chaosdorf.deE The lightbox code is (C) by Lokesh Dhakar Ehttp://huddletogether.com/projects/lightbox/E, licensed under -- cgit v1.2.3