How to create a highly accurate circle in an image using Python? [closed]
Closed 37 mins ago.
is there any library for any language that allows me to create the most perfect circle at any given image resolution?
It’s for an very precise use so i really need a very very accurate circle, i think the best would be a algorithm that turns the formula x^2 + Y^2 = r^2 into a voxel to choose where it will be the boarder, and not something like Bezier or any other algorithm like it. The main thing that i need is accuracy but here are some other points that would be a nice touch: