Re: Writing EXIF data

2005-09-30 Thread Roel Schroeven
Larry Bates schreef: > I've used jhead and wrapped it with os.system call. > > http://www.sentex.net/~mwandel/jhead/ Looks like it can do what I was looking for. Thanks a lot! -- If I have been able to see further, it was only because I stood on the shoulders of giants. -- Isaac Newton Roel S

Re: Writing EXIF data

2005-09-29 Thread Larry Bates
read EXIF data, > but I did not find a module for writing EXIF data. Does anybody know of > such a beast? > -- http://mail.python.org/mailman/listinfo/python-list

Writing EXIF data

2005-09-29 Thread Roel Schroeven
Hi, I'm looking into processing images with EXIF data. I've been looking around and I've found a number of Python modules that read EXIF data, but I did not find a module for writing EXIF data. Does anybody know of such a beast? -- If I have been able to see further, it was only