[RESOLVED] possible bug draw IM 6.7.6.7 Q16
Posted: 2012-04-24T10:34:13-07:00
IM 6.7.6.7 Q16 Mac OSX Snow Leopard
Why aren't all these images antialiased when using -draw?
convert -size 100x100 xc:black -fill white -draw "line 0,0 99,99" 1tmp1.png
convert -size 100x100 xc:black -fill white -draw "line 0,0 99,99" -channel rgba -alpha on 1tmp2.png
convert -size 100x100 xc:black -fill white -antialias -draw "line 0,0 99,99" 1tmp3.png
convert -size 100x100 xc:black -fill white -antialias -draw "line 0,0 99,99" -alpha on 1tmp4.png
convert -size 100x100 xc:black -fill white -stroke white -draw "line 0,0 99,99" 1tmp5.png
convert -size 100x100 xc:black -fill white -stroke white -strokewidth 1 -draw "line 0,0 99,99" 1tmp6.png
convert -size 100x100 xc:black -fill white -stroke white -strokewidth 2 -draw "line 0,0 99,99" 1tmp7.png
Am I missing something or misunderstanding when -draw does antialiasing with lines?
Why aren't all these images antialiased when using -draw?
convert -size 100x100 xc:black -fill white -draw "line 0,0 99,99" 1tmp1.png
convert -size 100x100 xc:black -fill white -draw "line 0,0 99,99" -channel rgba -alpha on 1tmp2.png
convert -size 100x100 xc:black -fill white -antialias -draw "line 0,0 99,99" 1tmp3.png
convert -size 100x100 xc:black -fill white -antialias -draw "line 0,0 99,99" -alpha on 1tmp4.png
convert -size 100x100 xc:black -fill white -stroke white -draw "line 0,0 99,99" 1tmp5.png
convert -size 100x100 xc:black -fill white -stroke white -strokewidth 1 -draw "line 0,0 99,99" 1tmp6.png
convert -size 100x100 xc:black -fill white -stroke white -strokewidth 2 -draw "line 0,0 99,99" 1tmp7.png
Am I missing something or misunderstanding when -draw does antialiasing with lines?