Bug? ImageMagick 6.7.0-4

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
discoverer
Posts: 1
Joined: 2011-06-07T01:09:10-07:00
Authentication code: 8675308

Bug? ImageMagick 6.7.0-4

Post by discoverer »

Version: ImageMagick 6.7.0-4 2011-06-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP

The following simple code:
convert -size 5x5 canvas:black -draw "fill white circle 5,5 5,0" -depth 8 rc5_opacity_nw.pgm
gives a weird result.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Bug? ImageMagick 6.7.0-4

Post by glennrp »

Yes, there seems to be a regression between 6.7.0-0 and 6.7.0-4

With 6.7.0-0 I see a filled quarter-circle centered at the lower right corner.
With 6.7.0-4 I see the same but just the unfilled edge.

Glenn
Post Reply