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

Netlify #30

Open aydh opened 2 years ago

aydh commented 2 years ago

I'm trying to run your watermarking in a Netlify build plugin - to watermark some downloaded images before publishing into a hugo site.

I think I'm running into the problem of not having ghostscript - which is impossible because it's run server side. Any advice?

This is the error I get: Image-Watermark::embedWatermark : Error in applying watermark : Error: Command failed: convert-im6.q16: unable to read font `helvetica' @ error/annotate.c/RenderFreetype/1338.

Any advice?