I am wondering if the Edit Image node could transform a picture into the same of a mask. I’ve been doing it using HTML/CSS, but looking for a way to automate that outside of HTML/CSS. I’ve tried all of the operators and none seem to fit, however perhaps I’m doing something wrong. If Edit Image cannot do it, has anyone accomplished this task before inside of n8n?
I have an image that I want to be in the background, then apply another image (mask) and only have the background come through where the mask image is black.
But I didn’t think about changing the mask color to see if that would work. Still experimenting, so if my clarifications make more sense, post your suggestions - Thanks!
Thanks! My issue was two-fold. I needed to use a .png for my mask, not an .svg. And the main property name should be the mask, then the composite Image Property the picture, like you did.
With those two things, I got what I needed. Thanks Mohamed and Darrell for your help!