I've been working on a C program that converts height measurements to topographic contours, so I've been drawing quite a few Bezier curves. You can see a sample of what I'm generating here: http:// pricepages.org/temp/47n124w.png

You'll also see on the sample some rather awkward lines that ImageMagick is somehow generating, while drawing a few of the paths. As I'm drawing the path, and this error occurs, I get the message "attribute not recognized: n", and it draws a line off into never- never land (literally). I'm not doing anything different for these commands that fail vs. the thousands that work, so I really don't know what is triggering it.

I tracked down the message to line 5050 of draw.c . How 'n' is getting passed to that function I don't know, because I'm only using the MagickWand interface, and the rest of the calls work just fine. Currently I'm using the pre-built binaries of 6.2.6 for Mac OS X. I'm in the process of trying to update to the latest release, but I'm having problems with libjpeg.dylib and "__cg_jpeg_resync_to_restart".

Are these crazy lines fixed in 6.2.8? What should I do next in an effort to get rid of them?

Please include me in the reply, because I'm not subscribed to this list.
Thanks,
Seth

_______________________________________________
Magick-bugs mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-bugs

Reply via email to