Search found 2 matches

by BenFacilis
2016-07-18T13:38:36-07:00
Forum: Users
Topic: Need assistance on colorizing a grayscale image without affecting black/white hues
Replies: 3
Views: 3572

Need assistance on colorizing a grayscale image without affecting black/white hues

Here's another original image:
https://postimg.org/image/bpig021c1/

What I'm trying to achieve:
https://postimg.org/image/vguq10pr5/

This is what I get currently...
https://postimg.org/image/3ky9pvqg7/
...using the .NET wrapper:
image.Colorize(new MagickColor("#ffff00"), (Percentage)50);

Instead ...