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

Fredrik Lundh fredrik at pythonware.com
Sun Feb 22 12:30:44 EST 2004


pilwmf is a simple WMF 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" 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 for more details.

</F>






More information about the Image-SIG mailing list