[PyKDE] QFont and PIL
Aljosa Mohorovic
aljosa at revolucija.hr
Thu Jul 20 11:48:09 BST 2006
On 7/19/06, Andreas Pakulat <apaku at gmx.de> wrote:
> Also : Why do you need PIL? Qt can itself draw to images and then put
> these into files, into bytearrays to send of the the network or anything
> else you can do with an encoded image. So if you need PIL (I don't know
> PIL other than that it's an imaging lib) to do some fancy image
> processing, you could first paint everything you want into a QImage and
> then save it into a temporary file (or in-memory file) and read it from
> there into PIL.
if i have QImage how can i put text on QImage? is it possible to pub
QLabel on QImage?
any links/tips on using Qt to write text on images?
Aljosa Mohorovic
More information about the PyQt
mailing list