Is there a way to outline text with a dark line in PIL?
问题 I'm using python/PIL to write text on a set of PNG images. I was able to get the font I wanted, but I'd like to now outline the text in black. This is what I have: as you can see, if the background is white it is difficult to read. This is the goal: Is there a way to accomplish this with PIL? If not, I am open to hearing other suggestions, but no promises because I've already begun a large project in python using PIL. The section of code that deals with drawing on the images: for i in range(0