From: Steinar H. Gunderson Date: Sat, 28 Nov 2015 15:38:51 +0000 (+0100) Subject: Do not generate 80x64 thumbnails anymore, as we are locked to 320x256. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=e6cf7ae6773fc1a60ea340f138f82e47349e46e7 Do not generate 80x64 thumbnails anymore, as we are locked to 320x256. --- diff --git a/perl/Sesse/pr0n/WebDAV.pm b/perl/Sesse/pr0n/WebDAV.pm index 678db98..4fb5c17 100644 --- a/perl/Sesse/pr0n/WebDAV.pm +++ b/perl/Sesse/pr0n/WebDAV.pm @@ -493,7 +493,7 @@ EOF if ($filename !~ /^\.(_|DS_Store)/) { # FIXME: Ideally we'd want to ensure cache of -1x-1 here as well (for NEFs), but that would # preclude mipmapping in its current form. - Sesse::pr0n::Common::ensure_cached($r, $filename, $newid, undef, undef, 1, 80, 64, 320, 256); + Sesse::pr0n::Common::ensure_cached($r, $filename, $newid, undef, undef, 1, 320, 256); } # OK, we got this far, commit