I am starting to build a website where users will be uploading images. I want to add feature-rich editor for images like adding image filters, cropping, resizing, rotating, changing brightness, hue, saturation, different blur effects
and many more.
Between fabricjs and camanjs which one is better for these requirements? Fabric has more contributors on github and has good recent activity which is not the case for Caman. Would also like to have good support or community incase i run into any issues during development.
Camanjs examples: http://camanjs.com/examples/
Fabric Examples: http://fabricjs.com/image-filters/
Please suggest which library to use and cons if any in using any of these two libraries.
While i know fabricjs very good, i cannot say same for camanJS. What i ask you is, why not use both?
CamanJS look superior for filtering abilities and layers, while fabricjs has very good interactive support, patterns and masks.
I think is very possible to build your application with fabricjs and use camanJS for filtering your fabricjs image objects.