I know how to do this with OpenCV and PIL. I can't use OpenCV in this project and if I use PIL I have to convert in between image PIL Image and numpy array. I don't want to do that. I'm already using skimage so...
How do I write text on top of an image using skimage?
I've looked at the skimage draw functions, but they seem to only handle shapes and lines not text. Maybe I'm searching the wrong words, but I don't see anything in the docs.