wmf question

sbard at lexpert-auto.com sbard at lexpert-auto.com
Wed May 19 08:09:37 EDT 2004


hi I try to use PIL and wmf image

- PIL-1.1.5a1
- python 2.3

        source = Image.open( r"A0174.WMF", 'r')
        image = apply( wxEmptyImage, source.size )
        image.SetData( source.convert( "RGB").tostring() )
        return image.ConvertToBitmap()

but when i resize my picture fonts don't resize
is it possible to resize wmf fonts ?

I try to look to WmfImagePlugin.py

Thank's for help

-> a french python who love zope,wxpython & pil


(sorry for mistake in my email adress)





More information about the Python-list mailing list