Please help. I want to automatically insert a watermark into an image saved in Google Drive using the "imgix" API

I want to automatically insert a watermark into images saved in Google Drive using the “imgix” API. I want to create a workflow where the images with the watermark are saved back to Drive.

Currently, I am testing the following workflow, but it is not working…

Hi,

I can help. Are you getting some kind of error in the workflow?

Also, you don’t need the Loop Over Items node. N8N automatically loops for the amount of items.

If you can share some more info I can probably help you solve it. Also there is a image node in n8n which is pretty powerful, it can add watermarks and much more.

Thank you!

I’m stuck because I can’t figure out how to set up the “imgix” API.

I don’t know how to do it.

I know that n8n has image nodes, but I’m thinking of using the “imgix” API because I’m using self-hosted and don’t know how to install it using Docker.

can u share ure workflow like this

n8n attach workflow
I’m checking there API, but like to see what endpoint and parms ure sending, also u could store within the loop, and send message when done? so each file get saves after the watermark.

The image node in question is already preinstalled. I use it regularly. Would recommend it over the API.

Such a wonderful thing to have!

Is it possible to create a workflow using that image node?

I want to insert a specified image as a watermark with transparency!

It is unclear where the API is supposed to load the image information,

Yes so imgix, if more used to serve images on the go, with selected features like watermart etc, if ure looking to just edit photo, the node @Grot may have watermarking, or there probably some other APIs which are more suited.

1 Like

Yeah there is a composite feature. As long as the watermark is a png you can add it over other images.

That’s a great image node!

I would love to see you implement a workflow using that node!

How do I specify a watermark image?

here a template I found Overlay or Watermark Images by Merging with Another Image | n8n workflow template

Awesome! I’ll try this workflow too! Thank you!

1 Like

Your welcome :slight_smile:

“Great!! I was able to insert it successfully! Is it possible to place it in the center?”

Hi, good to hear. Regarding your question. It’s possible as long as the binaries are being pass through.

Here is the workflow if anyone else want to something similar. It can handle multiple images. Below is the configuration. Also the images has the default property name “data”. While the watermark is “watermark”, see image 2 on how to add the custom name.





cool nice work, u can share properly like this btw

n8n attach workflow

And other can copy too then :slight_smile:

1 Like