shahriyardx / easy-pil

A library to make common tasks of Pillow easy.
https://easy-pil.readthedocs.io/
MIT License
41 stars 15 forks source link

Fixed imperfect circles #12

Closed Corban-Lee closed 2 years ago

Corban-Lee commented 2 years ago

Fixed an issue that prevents the library from providing perfect circles.

Here is a stackoverflow post that explains the problem.

Before the changes (imperfect circle): image

After the changes (Perfect circle): image