Search code examples
.netimage-manipulationepiservercolorize

"Colorizing" images in .NET


Is there any simple way to programatically colorize images in .NET? Basically we have a black and white image and need to put a layer of say pink above it and reduce the opacity of that layer to make the picture colorized in pink.


Solution

  • You should use the wonderful ImageMagick library. It has .NET bindings so no problem there.

    Have fun! :)