[Gimp-user] perfect circle
Johan Vromans
jvromans at squirrel.nl
Sun Dec 14 13:55:28 PST 2008
Bob Meetin <bobm at dottedi.biz> writes:
> This seems simple, but I tried:
>
> convert -size 100x100 xc:none -fill red -draw 'circle 50,50 0,50' red-circle.png
> ...
> And numerous other variations, it either pushes one side too much or seems to be one pixel too small.
convert -size 100x100 xc:none -fill red -draw 'circle 49.5,49.5 0,50' red-circle.png
convert -size 101x101 xc:none -fill red -draw 'circle 50,50 0,50' red-circle.png
-- Johan
More information about the Gimp-user
mailing list