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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: