I need to gray scale a image before it gets displayed. Image is coming from server. I used BitmapImage as a Source
of Image. I am able to show image using BitmapImage.
Now I need to grayscale image, for that I found that WritableBitmap can be used to convert it to grayscale. I used WritableBitmapEx.WinRT library for gray scale.
but the issue is I am not able to convert BitmapImage to WritableBitmap in WinRT.
Any suggestions are welcome.
Thanks