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…
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.
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.
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.
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.
“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.