You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
I could to this.
Would it be possible to apply more filters and not just one?
Some filters accepts parameter(s), how we should pass those filters, like string:
{filter: 'filter1|filter2,param1,param2'}
or something like
{filter: [
{name: 'filter1'},
{name: 'filter2', params:[param1, param2]}
]}
Regards, Ognjen
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ref: https://www.html5rocks.com/en/tutorials/canvas/imagefilters/
Add a option to create Image filters, like:
The text was updated successfully, but these errors were encountered: