-
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\PIL\ImageDraw.py", line 179, in ellipse |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If by 'improve this error', you mean that you would like to fix your problem, you are drawing an ellipse - https://pillow.readthedocs.io/en/stable/reference/ImageDraw.html#PIL.ImageDraw.ImageDraw.ellipse
In the co-ordinates you provided to |
Beta Was this translation helpful? Give feedback.
If by 'improve this error', you mean that you would like to fix your problem, you are drawing an ellipse - https://pillow.readthedocs.io/en/stable/reference/ImageDraw.html#PIL.ImageDraw.ImageDraw.ellipse
In the co-ordinates you provided to
ImageDraw.ellipse()
, the second x co-ordinate must be greater than or equal to the first x co-ordinate.