[Image-SIG] ANN: pilwmf 1.0 beta 2 for windows

Fredrik Lundh fredrik at pythonware.com
Tue Feb 24 16:56:43 EST 2004


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.

</F>






More information about the Image-SIG mailing list