How can I normalize 3 foto same way?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
nikaan

How can I normalize 3 foto same way?

Post by nikaan »

I have a 3 foto - R, G, and B component from one file.

But before combine them I need normalize.
If I normilize them one after another than they merge rougtness.
How can I normalize all foto same scale?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How can I normalize 3 foto same way?

Post by fmw42 »

Merge them into one RGB image. Then use -level or try my script autolevel. See

http://www.imagemagick.org/Usage/color/#levels
http://www.fmwconcepts.com/imagemagick/index.php
nikaan

Re: How can I normalize 3 foto same way?

Post by nikaan »

thank you.
Post Reply