Batch watermarking images with Python

I was wondering how to put a mark on my photos, i mean all the photos from a directory in my hard drive (i’m a little bit lazy :P )

So i read about the PIL (Python Imaging Library) and found this script: Watermarks with PIL then i extend it to do batch processing.

Use it this way:

c:\python\python batchsign.py YOURSIGN

signed image

It will create a signed copy of your files. FILENAME_signed.jpg

You have to put the jpg files to sing in the same directory as the script.

Hope you find it useful

See it here

Posted on November 27, 2005 at 5:51 am by Isaias · Permalink
In: Software

Leave a Reply