Change Image Color with MagickWand
Posted: 2008-10-31T17:20:54-07:00
Hi,
I want to colorize images but haven't found the right method for it.
In Photoshop I would colorize it with a color angle of 33° and a saturation of 17.
What I thought would be easiest with MagickWand is to use the MagickMapImage() function. So I took a color gradient with all used colors.
The Problem is, that some gradients in the MagickMapImage converted picture are not smooth enough. In the attached examples you can see the that the sky above the building looks like a high compressed jpeg or gif image.
The original:
The MagickMapImage converted image
The Photoshop converted image:
Is there a way to get it look like the photoshop converted image?
Is there maybe a better function?
Kind regards
Flözen
I want to colorize images but haven't found the right method for it.
In Photoshop I would colorize it with a color angle of 33° and a saturation of 17.
What I thought would be easiest with MagickWand is to use the MagickMapImage() function. So I took a color gradient with all used colors.
The Problem is, that some gradients in the MagickMapImage converted picture are not smooth enough. In the attached examples you can see the that the sky above the building looks like a high compressed jpeg or gif image.
The original:
The MagickMapImage converted image
The Photoshop converted image:
Is there a way to get it look like the photoshop converted image?
Is there maybe a better function?
Kind regards
Flözen