Apply haldclut color to Image - C#
Posted: 2018-03-02T19:03:39-07:00
I am trying to do http://www.imagemagick.org/Usage/color_mods/#hald-clut in C# in ImageMagick.
I have a bitmap image and I have to apply a Hald CLUT image to the bitmap.
There is an example in the link in which they apply different hald CLUT to Rose Image and get the rose in different color.
How can I do this in C# and what would be the best way to do this?
I have a bitmap image and I have to apply a Hald CLUT image to the bitmap.
There is an example in the link in which they apply different hald CLUT to Rose Image and get the rose in different color.
How can I do this in C# and what would be the best way to do this?