You can create your own images with Python code. So how do you start?
First use the PIL module.
The Python Image Library (PIL) lets you work with...
For further actions, you may consider blocking this person and/or reporting abuse
PILhas been maintained for some time. You should be using pillow.However I think there should be API partity but I'm not sure if it's in a drop in replacement or not.
But it's always good to k ow how to use this stuff.