Page 1 of 1

its possible get a transparent watermark perfectly using the background ?

Posted: 2017-04-02T19:41:41-07:00
by diegomage
I have two image

Image


Image

I use this command


convert hTSox.png hTSox2.png -compose ChangeMask -composite overlay_removed.png

and I obtain this


Image

but int the results the background exist overlayed Is there any way to remove it


please help

Re: its possible get a transparent watermark perfectly using the background ?

Posted: 2017-04-02T20:18:51-07:00
by snibgo
Given an opaque input image, composited with a semi-transparent watermark to make a result, can we find the watermark when we know the input and result images?

Yes, but there is an infinite number of possible solutions.