Any recommendations on angularJS tool/lib to edit/merge png/jpg image files?

Hi,
Any recommendations on angularJS tool/lib to edit/merge png/jpg image files?

it depends what you want to do:
if you want to crop --> you can google for jcrop directives like that:
http://andrefarzat.github.io/ng-jcrop/
or:

I am trying to merge 2 different images to 1

You can put both images in a canvas -> positionate them and after that you can get images data as base64 or blob
As an example
http://bseth99.github.io/projects/canvas/3-html5-canvas-layers-blending.html

1 Like