wmf question

I

image-sig

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top