|
|
Subject: online documentation, perspective transform - msg#00003
Thread at a glance:
Previous Message by Date:
FREETYPE2 support
Hello,
I'm trying to install PIL to make it work with the truetype method of
ImageFont. But I get:
ImportError: No module named _imagingft
I guess I need to have FREETYPE2 support available while installing python.
--------------------------------------------------------------------
PIL 1.1.5 BUILD SUMMARY
--------------------------------------------------------------------
version 1.1.5
platform linux2 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)]
--------------------------------------------------------------------
*** TKINTER support not available
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
*** FREETYPE2 support not available
--------------------------------------------------------------------
But I don't know what I have to install to have the FREETYPE2 support
available.
Thanks for your help.
Best regards,
--
Alexandre CONRAD - TLV
Research & Development
tel : +33 1 30 80 55 05
fax : +33 1 30 80 55 06
6, rue de la plaine
78860 - SAINT NOM LA BRETECHE
FRANCE
_______________________________________________
Image-SIG maillist - Image-SIG@xxxxxxxxxx
http://mail.python.org/mailman/listinfo/image-sig
Next Message by Date:
Question on ImageFont
I am a newbie to PIL. I have a requirement to be able to draw Fonts that can
be underlined. I don't see any ready made fonts that come with underlines..
Is there a simple to figure out how to draw underlines?
fnt = ImageFont.truetype('Arial.ttf',25)
im = Image.open('Background.jpg')
draw = ImageDraw.Draw(im)
draw.text((80,11),"Hello",font=fnt,fill=color)
`# How to underline Hello?
im.save("fulPic.gif")
Thank you,
Steve Shelly
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
_______________________________________________
Image-SIG maillist - Image-SIG@xxxxxxxxxx
http://mail.python.org/mailman/listinfo/image-sig
Previous Message by Thread:
FREETYPE2 support
Hello,
I'm trying to install PIL to make it work with the truetype method of
ImageFont. But I get:
ImportError: No module named _imagingft
I guess I need to have FREETYPE2 support available while installing python.
--------------------------------------------------------------------
PIL 1.1.5 BUILD SUMMARY
--------------------------------------------------------------------
version 1.1.5
platform linux2 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)]
--------------------------------------------------------------------
*** TKINTER support not available
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
*** FREETYPE2 support not available
--------------------------------------------------------------------
But I don't know what I have to install to have the FREETYPE2 support
available.
Thanks for your help.
Best regards,
--
Alexandre CONRAD - TLV
Research & Development
tel : +33 1 30 80 55 05
fax : +33 1 30 80 55 06
6, rue de la plaine
78860 - SAINT NOM LA BRETECHE
FRANCE
_______________________________________________
Image-SIG maillist - Image-SIG@xxxxxxxxxx
http://mail.python.org/mailman/listinfo/image-sig
Next Message by Thread:
Question on ImageFont
I am a newbie to PIL. I have a requirement to be able to draw Fonts that can
be underlined. I don't see any ready made fonts that come with underlines..
Is there a simple to figure out how to draw underlines?
fnt = ImageFont.truetype('Arial.ttf',25)
im = Image.open('Background.jpg')
draw = ImageDraw.Draw(im)
draw.text((80,11),"Hello",font=fnt,fill=color)
`# How to underline Hello?
im.save("fulPic.gif")
Thank you,
Steve Shelly
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
_______________________________________________
Image-SIG maillist - Image-SIG@xxxxxxxxxx
http://mail.python.org/mailman/listinfo/image-sig
|
|