Page 1 of 1

A quick question about multiply

Posted: 2018-07-10T18:26:30-07:00
by thanhhuyen8653
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?

Re: A quick question about multiply

Posted: 2018-07-10T18:35:47-07:00
by fmw42
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

Re: A quick question about multiply

Posted: 2018-07-11T02:49:29-07:00
by snibgo
The identical question was asked, and answered, four years ago.

The spammer is now banned.