Re: Writing Exif File

2011-04-20 Thread Chris Rebert
On Wed, Apr 20, 2011 at 12:00 AM, Jean-Pierre M wrote: > I want to enter Comments of a picture in a JPeg file. > Is there  a library in Python which allow me to do that without  having to > reinvent the wheel? > The target is to read those comments in my private webSite using the php > exif_re

Writing Exif File

2011-04-20 Thread Jean-Pierre M
I want to enter Comments of a picture in a JPeg file. Is there a library in Python which allow me to do that without having to reinvent the wheel? The target is to read those comments in my private webSite using the php exif_read_data function (http://php.net/manual/fr/book.exif.php) -- ht