its possible get a transparent watermark perfectly using the background ?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

its possible get a transparent watermark perfectly using the background ?

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

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

Post 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.
snibgo's IM pages: im.snibgo.com
Post Reply