I have an image and would like to apply a watermark (another image) over it using Node.js. The requirement is watermark shouldn’t be a solid picture (what I can do with gm library’s draw()) but half transparent. Can you please advise any tool to use?
Share
Use ImageMagick from the command line by forking a child-process
If you need an API abstraction, there is a great module found here https://github.com/rsms/node-imagemagick