Problem with normalizing channels in concert
Posted: 2006-09-20T11:04:09-07:00
i try to normalize this picture by all channes in concert by command below:
before:
after normalizing:
i got similar results with contrast-stretch command below:
after contrast-stretching:
How Can I do normalize all channels non-separately (in concert)?
Command switch -normalize (alone) do normalize each channel separately, but this don't interest me.
PS: ImageMagick 6.2.9 09/12/06 Q16
Code: Select all
convert before.jpg -channel Gray -normalize -channel RGB -quality 90 after_n.jpg
after normalizing:
i got similar results with contrast-stretch command below:
Code: Select all
convert before.jpg -channel Gray -contrast-stretch 0%x99.5% -channel RGB -quality 90 after_c.jpg
How Can I do normalize all channels non-separately (in concert)?
Command switch -normalize (alone) do normalize each channel separately, but this don't interest me.
PS: ImageMagick 6.2.9 09/12/06 Q16