summaryrefslogtreecommitdiff
path: root/proxy.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-07-27 23:06:49 -0400
committerlolcat <will@lolcat.ca>2023-07-27 23:06:49 -0400
commit7c771c82c8e03b337f9f03ae2d4afc25d3f0faca (patch)
tree7a4deca784caee3aebaf29b99f7f1f087a2bb9c9 /proxy.php
parent16ee0b368fcf24b48574172726e32a19c275d691 (diff)
bug fixes (without google support)
Diffstat (limited to 'proxy.php')
-rw-r--r--proxy.php1
1 files changed, 1 insertions, 0 deletions
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"]);