Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > wmf question

Reply
Thread Tools

wmf question

 
 
image-sig@python.org
Guest
Posts: n/a
 
      05-19-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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Render WMF, EMF into Raster Graphics Format & Convert WMF to PNG sherazam Java 0 10-21-2010 10:04 AM
SVG-WMF or PNG-WMF conversion Ganesh Palaniappan ASP .Net 1 04-13-2006 11:44 AM
WMF update from Misrosoft Boris Mohar Firefox 4 01-07-2006 11:38 PM
Convert wmf to jpeg causes black background in result image. Jonas ASP .Net 1 08-12-2005 02:20 PM
wmf question Python 0 05-19-2004 12:09 PM



Advertisments