From aa76f442a611c7fe60bb0d8bfa53fcc334d2dda8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 8 Apr 2021 12:08:23 +0200 Subject: create thumbnails at 2x resolution for high-dpi displays --- bin/dthumb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') 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 (default: 200) -Set maximum thumbnail size. Thumbnails are created so that neither width nor -height exceed I 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 (default: 1.1) -- cgit v1.2.3