Image composite mode: "grain merge"
-
seanspotatobusiness
- Posts: 8
- Joined: 2013-11-19T05:23:43-07:00
- Authentication code: 6789
- Contact:
Image composite mode: "grain merge"
The GIMP has a mode for overlaying images on each other called "grain merge". Does ImageMagick have an equivalent to this, perhaps named differently?
-
snibgo
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
- Contact:
Re: Image composite mode: "grain merge"
According to http://docs.gimp.org/en/gimp-concepts-layer-modes.html , grain merge is out = in1 + in2 - 50%. So this may be equivalent:
EDIT: wrote "composite" instead of "compose".
Code: Select all
convert in1 in2 -compose Mathematics 0,1,1,-0.5 -composite outsnibgo's IM pages: im.snibgo.com
Who is online
Users browsing this forum: Bing [Bot], Semrush [Bot] and 2 guests