From 7c771c82c8e03b337f9f03ae2d4afc25d3f0faca Mon Sep 17 00:00:00 2001 From: lolcat Date: Thu, 27 Jul 2023 23:06:49 -0400 Subject: bug fixes (without google support) --- proxy.php | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy.php') diff --git a/proxy.php b/proxy.php index edefd77..d8b3c1b 100644 --- a/proxy.php +++ b/proxy.php @@ -109,6 +109,7 @@ try{ $image->stripImage(); $image->setFormat("jpeg"); + $image->setImageCompressionQuality(90); $image->setImageCompression(Imagick::COMPRESSION_JPEG2000); $proxy->getfilenameheader($payload["headers"], $_GET["i"]); -- cgit v1.2.3