image: bump down decodable quality to 85
We no longer use this API for image editing, so this is an acceptable compromise for now Signed-off-by: Varun Patil <radialapps@gmail.com> #653pull/672/head
parent
a8fe957161
commit
64faee08db
|
@ -382,7 +382,7 @@ class ImageController extends GenericApiController
|
|||
try {
|
||||
$image->autoOrient();
|
||||
$image->setImageFormat('jpeg');
|
||||
$image->setImageCompressionQuality(95);
|
||||
$image->setImageCompressionQuality(85);
|
||||
$blob = $image->getImageBlob();
|
||||
$mimetype = $image->getImageMimeType();
|
||||
} catch (\ImagickException $e) {
|
||||
|
|
Loading…
Reference in New Issue