Normalize RGB *together* (rather than seperately)?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
The problem appears to be that -normalize is a grey scale operator
whcih works on each channel seperatally. It isn't really designed for
handling RGB images as such.
Such an operation for RGB is usally designed to not only expand the
three color channels together, but also use a 'threshold' level of some sort
which defines the 'greyscaled' level greyscale histogram of the image
to ignore.
That is it doesn't expand all the colors, but the area where most of the colors which lie on the images hisogram. Much more complicated affair.
Can anyone further expand on this problem whcih was also seen as a color tinitng problem in a previous forum thread.
whcih works on each channel seperatally. It isn't really designed for
handling RGB images as such.
Such an operation for RGB is usally designed to not only expand the
three color channels together, but also use a 'threshold' level of some sort
which defines the 'greyscaled' level greyscale histogram of the image
to ignore.
That is it doesn't expand all the colors, but the area where most of the colors which lie on the images hisogram. Much more complicated affair.
Can anyone further expand on this problem whcih was also seen as a color tinitng problem in a previous forum thread.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Actually it doesn't and hasn't for some time.
See notes on normalize in IM Examples..
http://www.cit.gu.edu.au/~anthony/graph ... #normalize
See notes on normalize in IM Examples..
http://www.cit.gu.edu.au/~anthony/graph ... #normalize
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/