Image processing

Hi, I would like to know if it’s possible to use some image processing framework
like OpenCV or ImageMagick in a Ionic 2 app.
I need to apply a few filters before upload the image to a web service for image analysis.
Did the research but couldn’t find anything.

you may try Creative SDK(provide by Adobe).
(But sorry. I don’t use)

Hi, I am doing the same thing too, right now I am looking at Image Detection Cordova Plugin. I am not sure about applying filters but as the project uses OpenCV, I assume that the functionalities can be extended to cover filter. I asked on Github whether this is possible.