ImageMagick version: ImageMagick-7.0.6-Q16)
Operating System: Windows 7 (64 bits)
Apparently, comparing two image with a different background colors allow you to get the main element, including transluency, exemple:
I was told the method could be automated with tools (that I don't have access to). Assuming ImageMagick is able to do this, does anyone know wich command can execute such task?
Calculating transluency from two image sample?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Calculating transluency from two image sample?
This is the only reference in ImageMagick that I know. http://www.imagemagick.org/Usage/maskin ... background
Re: Calculating transluency from two image sample?
Thanks I found the command I was looking for!
The command for those who may stumble onto this thread in the future:
The command for those who may stumble onto this thread in the future:
Code: Select all
convert a.png b.png -compose difference -separate match_alpha.png