-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about image compression #51
Comments
We are using October's You can try to pass in other quality values here and see if this changes something for you: $this->resizer->resize($size, null, ['quality' => 100])->save($saveTo); Make sure to clear your |
Tested and yes, it slightly increase the image quality. Could it be configurable in plugin settings ? Best regards, |
Sure, PR welcome! |
I will look at this
|
Hello,
I noticed a small quality decrease when images are resized using this module. I did not see any image quality configuration on the module setting page.
I wonder how to change compression quality, do you have any advices about it ?
Thank you for this wonderful module !
The text was updated successfully, but these errors were encountered: