Re: [Tutor] adding a watermark to a sequence of images

2008-07-21 Thread Terry Carroll
On Sun, 20 Jul 2008, Christopher Spears wrote: Has anyone used Python to watermark of sequence of images? There's a recipe for watermarking using PIL here: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/362879 I have a half-baked program that goes through a directory of images and

Re: [Tutor] adding a watermark to a sequence of images

2008-07-21 Thread Christopher Spears
By all means, share your script! Even if I don't use it, I can learn something from it! Thanks! --- On Mon, 7/21/08, Terry Carroll [EMAIL PROTECTED] wrote: From: Terry Carroll [EMAIL PROTECTED] Subject: Re: [Tutor] adding a watermark to a sequence of images To: [EMAIL PROTECTED],

Re: [Tutor] adding a watermark to a sequence of images

2008-07-21 Thread Terry Carroll
On Mon, 21 Jul 2008, Christopher Spears wrote: By all means, share your script! Even if I don't use it, I can learn something from it! Well, maybe. If nothing else, perhaps you'll learn some new bad habits. The timestamp on this file shows that I dropped this project in June 2005, and you

[Tutor] adding a watermark to a sequence of images

2008-07-20 Thread Christopher Spears
Has anyone used Python to watermark of sequence of images? Thanks. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] adding a watermark to a sequence of images

2008-07-20 Thread Michiel Overtoom
Christopher wrote... Has anyone used Python to watermark of sequence of images? No, but I have used PIL (Python Image Library) to do other things to batches of images, like resizing or printing statistics on it. Maybe you can get some ideas from these; maybe you can combine them with a