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

@quarksb refactor: change Filter input and output #1806

Closed
wants to merge 1 commit into from

Conversation

quarksb
Copy link

@quarksb quarksb commented Aug 19, 2024

Resolves #1804
getImageData and put imageData is very slow, so I change imageData to Canvas, if you want use imageData, you must use getImageData by yourself in Filter

@quarksb quarksb mentioned this pull request Aug 19, 2024
@quarksb quarksb changed the title refactor: change Filter input and output resolve:1804 refactor: change Filter input and output Aug 19, 2024
@quarksb quarksb changed the title resolve:1804 refactor: change Filter input and output resolves #1804, refactor: change Filter input and output Aug 19, 2024
@quarksb quarksb changed the title resolves #1804, refactor: change Filter input and output resolve #1804 Aug 19, 2024
@quarksb quarksb marked this pull request as draft August 19, 2024 02:13
@quarksb quarksb changed the title resolve #1804 Resolve #1804 Aug 19, 2024
@quarksb quarksb changed the title Resolve #1804 Resolves #1804 Aug 19, 2024
@quarksb quarksb changed the title Resolves #1804 @quarksb refactor: change Filter input and output Aug 19, 2024
@quarksb quarksb marked this pull request as ready for review August 28, 2024 07:22
@quarksb quarksb mentioned this pull request Sep 3, 2024
@lavrton
Copy link
Member

lavrton commented Sep 13, 2024

Hello, thanks for your pull request. I will also review another one that your submitted.

For that one, I can say that I can't accept it because it is a very breaking change. Some devs may have custom filters, so switching from imageData to canvas will break the code.

@lavrton lavrton closed this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filters is very slow
2 participants