Sorry if this is a simple question, but I can't find info online.
I have substracted two images and would like scale the resulting diff image by some constant to make differences more noticeable. I'd imagine ImageMagick is able to do this, but I can't find the right commands for this. Can anyone point me to the right place, documentation?
A quick question about multiply
-
- Posts: 1
- Joined: 2018-07-10T18:20:42-07:00
- Authentication code: 1152
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: A quick question about multiply
You could just use -auto-level. It would automatically stretch the dynamic range to full black and full white.
Alternately, you can use -evaluate multiply X, where X is some multiplier factor.
See
http://www.imagemagick.org/script/comma ... auto-level
http://www.imagemagick.org/script/comma ... p#evaluate
Alternately, you can use -evaluate multiply X, where X is some multiplier factor.
See
http://www.imagemagick.org/script/comma ... auto-level
http://www.imagemagick.org/script/comma ... p#evaluate
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: A quick question about multiply
The identical question was asked, and answered, four years ago.
The spammer is now banned.
The spammer is now banned.
snibgo's IM pages: im.snibgo.com