Very cool. I’m trying to figure out how to do the same with Glide. Perhaps in a transformation. I know from this StackOverflow how to set the image to complete grayscale as a start.

val colorMatrix = ColorMatrix()
colorMatrix.setSaturation(0f)
val filter = ColorMatrixColorFilter(colorMatrix)
this.setColorFilter(filter)

--

--

Open Sourcer

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store