# draw_circle_even_pixles **Repository Path**: ghosoft/draw_circle_even_pixles ## Basic Information - **Project Name**: draw_circle_even_pixles - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-17 - **Last Updated**: 2021-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # draw_circle_even_pixles #### Description c#和python Image自带的画圆函数, 都不能正确画出偶数直径的圆, 因为偶数直径圆的圆心实际是处在半个像素位置上. 本文实现了一个正确画出偶数直径圆的算法