[Image-SIG] wmf support

Marcel Mojžiš marcel@shadow.sk
Wed, 26 Jan 2000 12:21:26 +0100


Hi,
I've got few questions about the support of wmf files. I'd like to make a
simple wmf->eps convertor. I tired something like this:
> import Image
> i = Image.open("a.wmf").resize((128, 128))
> i.save("a", "EPS")

however it didn't work because of "attribute error: rawmode" exception...
what should i do to get rid of this error? or is it possible to make a
wmf->eps convertor using PIL ? or is there any working wmf->eps convertor
for linux?

thanks in advance

marcel
marcel@shadow.sk