Age | Commit message (Expand) | Author |
2020-08-24 | The function draw_rotated_text_ was writing an image to /tmp, which GN2...user apparently doesn't have access to, so I replaced it with a link to
the dynamically set TEMPDIR
* wqflask/utility/pillow_utils.py - Replaced "/tmp/" in image location
with TEMPDIR
| zsloan |
2020-08-08 | Add draw_open_polygon() utility...* wqflask/utility/pillow_utils.py: New method.
| Muriithi Frederick Muriuki |
2020-08-08 | Create new utility module for drawing...* wqflask/utility/pillow_utils.py: Create a module to hold some utility
functions for drawing with Pillow. Initialise the module with a function to draw
rotated text.
| Muriithi Frederick Muriuki |