i have a problem converting .mvg Images with the command-line tool convert.exe (ImageMagick-6.3.5-Q16) on Windows-XP.
I can open the image with IMDisplay just fine but when i try to open with convert i get the error:
Code: Select all
Non-conforming drawing primitive definition 'graphic-context'
I tired
Code: Select all
convert -size 624x369 xc:white -draw @tempimg.mvg mvg_draw.gif
Code: Select all
convert tempimg.mvg mvg_draw.gif
i uploded one of the .mvg files i tried to http://www.cpieper.de/tempimg.mvg (it's an example from the "Introduction to Vector Graphics") i get this output after converting: http://www.cpieper.de/mvg_draw.gif