remove green screen and fill it with another image in node js

Viewed 20

i am buliding a node application in javascript in there i have to remove green screen from provided image and replace with other image. when removing green screen it must get the x,y location to fill the new image..

for example let provided image: enter image description here

we got some images then output will be : enter image description here

i dont know if it's possible in node.js

0 Answers
Related