-
Notifications
You must be signed in to change notification settings - Fork 15
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
Impossible to inject quality settings #22
Comments
Thanks for reporting this issue. I will take a look at it. 👍 |
Check if #23 fixes this issue for you and tell me there. |
Yes, it helps. Thank you for fast response! |
Okay. I will write tests and tag a new release soon. Can you come up with a PR with tests if you have time? |
@gatisl 'No' is better than nothing for an answer. |
Yes, I'm sorry, but I will not be able to find time for that |
Fixed by #23 and new release 0.4.0! |
Default value of Imagine jpg quality is too low and there is no way to configure quality settings through HtImgModule.
Imagine accepts such options for save method
http://imagine.readthedocs.org/en/latest/usage/introduction.html#save-images
I suppose CacheManager::createCache() would be the right place to modify in order to achieve desired behaviour
The text was updated successfully, but these errors were encountered: