I am struggling to find a good library, free to use even commercially, where i could convert an image to 8 bit gray.
I did try using OpenCV, but in the end it add up a lot to the weight of the apk, which is a constraint unfortunatly!
The image file i am trying to convert is a Android.Graphics.Bitmap.
Thanks in advance!