Feature request: Group filters
See original GitHub issueHi, Is there a way to apply multiple filters at once? For example, when I want to use 3 filters simultaneously:
TransformationOptions.Builder()
.setVideoFilters(listOf(ContrastFilter(3f), BrightnessFilter(0.7f), SaturationFilter(0f)))
Only the last filter is applied to the transformation (target video) and previous ones are lost.
Does the library support it?
These examples GlFilterGroup, GlFilterGroup and GPUImageFilterGroup might be helpful and used as a reference.
Thank you 👍
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Filter Feature Requests by Customer Attributes - Savio
With Savio, you can filter your feature requests by these attributes. This is an extremely powerful feature. Because you know that not all...
Read more >FEATURE REQUEST: Group alerts by custom filter - #sentry
FEATURE REQUEST : Group alerts by custom filter ... Sometimes the fingerprinting of errors isn't enough-- e.g. the Sentry UI will group all...
Read more >filter for "All Groups" resource - Feature Requests
Option to filter objects shown on "All Groups" gadget would help for example build view of all application groups (without other groups like...
Read more >Is there a way to include the Request Group Type f...
Unfortunately, the Request type groups cannot be returned using JQL filters, so it can not be exported by the default export functionality of...
Read more >Feature Request: Dynamic titles for filters - Zendesk help
Zendesk User Groups have launched! Connect, learn, and share with users like you. Click here to learn more. Logo.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is on my todo list, pretty high up. Finding time to getting this actually done has been difficult.
Is there any update on this ?