is it possible to create transparent text (~50% transparency) on image?
i'm using the following code to draw text on image:

>>>
font = ImageFont.truetype(str(self.font_family)+".ttf", self.font_size)
draw = ImageDraw.Draw(img)
draw.text((10, 10), self.text, font=font,fill=(255,255,255))
<<<

url with example would be nice 8-)

Aljosa Mohorovic

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to