Yes, something like that. I was a bit confused when it came to using
truetype fonts, but that was straightforward enough (just pass font
objects to the text method). :)
--
http://mail.python.org/mailman/listinfo/python-list
morphex wrote:
Hi all,
I'm trying to create a script that will superimpose text on an image.
I didn't find any great examples out there on how this can be done (I
presume using PIL is necessary), do you know of any examples?
Thanks,
Morten
Hi,
something like this?
###
from PIL import Image, ImageFo