luthraG / image-watermark

A powerful watermark library for single page images, multipage images, and pdf files based on ImageMagick for node.js
https://www.npmjs.com/package/image-watermark
MIT License
102 stars 33 forks source link

Not existing folder are not created dynamically #20

Open sushantpaudel opened 5 years ago

sushantpaudel commented 5 years ago

Error: Image-Watermark::embedWatermarkWithCb : Error in applying watermark : Error: Command failed: convert: unable to open image 'temp/1/document/1/Capture.PNG': No such file or directory

If there exists a folder then it can create a file, but, if there is no any folder the file is not created and throws and error.