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

Feature request: Apply custom filter #1327

Closed
serhiipalash opened this issue Aug 9, 2018 · 1 comment
Closed

Feature request: Apply custom filter #1327

serhiipalash opened this issue Aug 9, 2018 · 1 comment
Labels

Comments

@serhiipalash
Copy link

Hi @lovell!
Thank you for this fantastic library!

I have one question. Is it possible to apply custom filter like Instagram filters on readable stream in Node.js? I see that CamanJS gives the possibility to do this, but it uses different approach for image processing.

I am not an expert of streams, but if it is be possible, I'd try to do it extending your library.

@lovell
Copy link
Owner

lovell commented Aug 11, 2018

Hello, I've not seen the internals of Caman but "Instagram" style filters are usually implemented via either a recombination matrix (#164) and/or altering brightness/saturation/hue (#609), both of which are future possible enhancements.

@lovell lovell closed this as completed Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants