On Wed, Apr 20, 2011 at 12:00 AM, Jean-Pierre M <pythonrubyl...@gmail.com> 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_read_data function (http://php.net/manual/fr/book.exif.php)
Possibilities: pyexif - http://pypi.python.org/pypi/pyexif/ pexif - http://pypi.python.org/pypi/pexif/ In the future, try searching PyPI, Python's rough equivalent of Perl's CPAN: http://pypi.python.org/pypi Cheers, Chris -- http://mail.python.org/mailman/listinfo/python-list