-
Notifications
You must be signed in to change notification settings - Fork 538
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
Thumbor URL chaining filters does not work since v4.2 #343
Comments
@Furytron thank you for your feedback. We will look into it and add it to our backlog. |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
keep open |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Keep open... again |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
addressed with v6.2.4 |
Describe the bug
Thumbor URLs cannot chain filters. in version 3.1.1 you could chain the filters, now since v4.2 you cannot chain them.
See Thumbor documentation, which has lots of examples of chained filters: https://thumbor.readthedocs.io/en/latest/filters.html#how-filters-work
If lots of filters are used, the URLs can become long and ugly.
To Reproduce
Expected behavior
Should support chaining the filters: /filters:grayscale():blur(20):rotate(90)/.
Since changes this may break existing filters, you will likely need to support both chaining filters, and the current broken way.
It is still broken in v6.0.
Please complete the following information about the solution:
Screenshots
Working image, without chained filters:
Not working image, with chained filters
Additional context
This is an issue that was already logged but mistakenly closed: #187
The text was updated successfully, but these errors were encountered: