Page 1 of 1

How to darker an image without -brightness-contrast option ?

Posted: 2010-03-18T05:57:46-07:00
by ziasumo
Its working fine with -brightness-contrast -value
but on ImageMagick version on my server does not support this -brightness-contrast.
Is there any other command to little dark an image like some shadow on it..?
Is there any solution

Re: How to darker an image without -brightness-contrast opti

Posted: 2010-03-18T06:50:54-07:00
by snibgo
"-level" gives the functionality of brightness/contrast.

Also useful is "-gamma".

Re: How to darker an image without -brightness-contrast opti

Posted: 2010-03-24T19:26:06-07:00
by fmw42
also see -function polynomial, which can processes the equation y=ax+b where a is slope and related to contrast and b is offset and related to brightness