How to set color representation for a bitmap image in wpf

152 views Asked by At

enter image description hereim working on a wpf application that should conver the jpg image to tif with a specefic attributes like 24 bitdepth 300 DPI and color representation of sRGB. i have managed to get through all of them except the color representation. The client requires the color representation as mandatory and i dont know how to make that possible. Please help Thanks in Advance

1

There are 1 answers

4
Kevin Ross On BEST ANSWER

Using this library you can manipulate the tags for Tiff files, one of which should be the colour you are after.