Watermarking images with Panda3D?

Hello,

i’ve got a requirement from a friend to be able to add some text to some pictures in automatic. The Text would be like a watermark on the picture.

I was thinking that i could maybe do it with panda.
I was thinking about loading the picture, rendering the Text on it (to blend it with the picture) and then capture the result in an Image buffer and save it to the disk.

Am i on feasible tracks here? (because i never tried anything advanced regarding texture usage)

Sounds reasonable to me.

David

something like python-based image libraries might do the same job with less overhead.
imagemagic or PIL to just name the 2 most famous.
but panda can definetly handle it,too.