From d1f487583daa3cb31cffaf713f8059b09acfcf24 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 30 May 2023 14:19:49 +0200 Subject: [PATCH] wait #5960 @0.25 --- src/Links/ZoomLink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Links/ZoomLink.php b/src/Links/ZoomLink.php index 2cf6806..f4c8260 100644 --- a/src/Links/ZoomLink.php +++ b/src/Links/ZoomLink.php @@ -106,7 +106,7 @@ class ZoomLink extends NormalLink { // The Poppler::extractArea function accepts a resolution setting and uses that to determine the // scale factor on the extracted images. It does so by dividing by 72, so we can pass our own scale // factor by setting the resolution to 72 * $maxzoom - 'resolution' => Poppler::RESOLUTION_FACTOR * 2 * $maxzoom, + 'resolution' => Poppler::RESOLUTION_FACTOR * $maxzoom, ]; if (isset($attributes['quality'])) { $extractOptions['quality'] = $attributes['quality']; -- 2.39.5