diff options
author | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
commit | 7c771c82c8e03b337f9f03ae2d4afc25d3f0faca (patch) | |
tree | 7a4deca784caee3aebaf29b99f7f1f087a2bb9c9 /proxy.php | |
parent | 16ee0b368fcf24b48574172726e32a19c275d691 (diff) |
bug fixes (without google support)
Diffstat (limited to 'proxy.php')
-rw-r--r-- | proxy.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ try{ $image->stripImage(); $image->setFormat("jpeg"); + $image->setImageCompressionQuality(90); $image->setImageCompression(Imagick::COMPRESSION_JPEG2000); $proxy->getfilenameheader($payload["headers"], $_GET["i"]); |