summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-04-08 12:08:23 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-04-08 12:08:23 +0200
commitaa76f442a611c7fe60bb0d8bfa53fcc334d2dda8 (patch)
tree1106a707fe82eeaa74904ce89956686983890bc7 /bin
parent9b243c81dac2a08e3cc1436d28903433b7c6f1da (diff)
create thumbnails at 2x resolution for high-dpi displays
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dthumb5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/dthumb b/bin/dthumb
index 6e94c84..4eec878 100755
--- a/bin/dthumb
+++ b/bin/dthumb
@@ -123,8 +123,9 @@ Also include directories in the file listing
=item B<-d>, B<--size> I<maxsize> (default: 200)
-Set maximum thumbnail size. Thumbnails are created so that neither width nor
-height exceed I<maxsize> pixels.
+Set maximum thumbnail size. Both width and height will be limited while
+preserving aspect ratio. Thumbnails are created at 2x resolution and
+downscaled via HTML tags to accomodate high-DPI displays.
=item B<-s>, B<--spacing> I<float> (default: 1.1)