[Robotgroup] got a .wmf to .dxf converter?

Shane Geiger sgeiger at ncee.net
Mon Aug 18 18:06:04 PDT 2008


Random stuff I once encountered but didn't test:



pilwmf is a simple WMF and EMF renderer for PIL 1.1.5a1, for
Windows.

This plugin uses the new stub loader interface in 1.1.5, and can
render "placeable windows metafile" and "enhanced metafiles" as
bitmaps.  An example:

    import Image
    import WmfPlugin # activate WMF renderer

    im = Image.open("example.wmf")
    im.load() # render the file
    im.save("example.png")

Source and 2.3 binaries are available from:

    http://effbot.org/downloads#pilwmf

See the README file in the source distribution for more examples.




Paul Atkinson wrote:
> I'm looking for something that can convert wmf to dxf (or gcode). Any ideas?
>
> Thanks, Paul
> _______________________________________________
> Robotgroup mailing list
> Robotgroup at puremagic.com
> http://lists.puremagic.com/cgi-bin/mailman/listinfo/robotgroup
>
>   


-- 
Shane Geiger
IT Director
National Council on Economic Education
sgeiger at ncee.net  |  402-438-8958  |  http://www.ncee.net

Leading the Campaign for Economic and Financial Literacy



More information about the Robotgroup mailing list