Replies: 3 comments
-
The first point is a great suggestion. The code would need to make sensible choices as to the placement and text size. Any ideas about that? Perhaps some code I could reuse. The second is easy:
This could be made into a method, but I thought it might be simpler as is. The third should be there already. Look at the ladders.py module. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure on how to implement text with PIL but soon enough I'll get frustrated with manually annotating printouts and learn more about PIL. |
Beta Was this translation helpful? Give feedback.
-
Simply adding the size below the band is easy. The problem is what to do when the bands are in close proximity. https://www.blog.pythonlibrary.org/2021/02/02/drawing-text-on-images-with-pillow-and-python |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions