Skip to content
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

Assets can have filters #33

Open
Zulko opened this issue Aug 22, 2021 · 0 comments
Open

Assets can have filters #33

Zulko opened this issue Aug 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Zulko
Copy link
Owner

Zulko commented Aug 22, 2021

Motivation:

Users may want to apply filters like "blur" or "black and white" to one asset of they project. This ticket is not to implement these effects already but more to put the basic architecture in place, possibly with one easy demo effect like black-and-white

Specs

  • The Asset menu has a new tab "Filters". Where users can add filters using a "New filter" button.
  • A dropdown menu enables to choose the filter type. Filter parameters will depend on the filter type.
  • The architecture makes it easy to add new filters (in the gix-renderer, and in the online editor).
  • This comes delivered with one demo effect like black-and-white.

Technical notes

  • Filters will very probably be implemented at the FrameServer level
  • JS libraries for image effects exist and can be an inspiration
@Zulko Zulko changed the title Assets can have fiters Assets can have filters Aug 22, 2021
@Zulko Zulko assigned Zulko and unassigned Zulko Aug 22, 2021
@Zulko Zulko added the enhancement New feature or request label Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant