Circle radius 1
Posted: 2013-11-29T09:57:01-07:00
There seems to be a bug with -draw when radius is 1. It draws two extra pixels.
I enlarge x10 to show the pixels clearly.
Correct result:
Incorrect result:
Windows 7, IM 6.8.7-5.
I enlarge x10 to show the pixels clearly.
Code: Select all
convert -size 10x10 xc:pink -fill Blue -draw "circle 5,5 5,7" -filter point -resize 1000%% rr2.png
Code: Select all
convert -size 10x10 xc:pink -fill Blue -draw "circle 5,5 5,6" -filter point -resize 1000%% rr1.png
Windows 7, IM 6.8.7-5.