SOS Win - How to save metafile as Bitmap ?
Fredrik Lundh
fredrik at pythonware.com
Mon Feb 7 11:33:50 EST 2005
<fowlertrainer at citromail.hu> wrote:
> My problem is that: I have a program that copy pictures from Notes NSF file.
> The format is METAFILE or METAFILEPICT.
> But I need to convert them to BMP files.
> I have wxPython, and PIL, and win32api ext.
here's one way to do it:
http://www.effbot.org/downloads/#pilwmf
see the README file in the source distribution for details:
http://www.effbot.org/downloads/index.cgi/pilwmf-1.0b2-20040224.zip/README
</F>
More information about the Python-list
mailing list