Writing Exif File
Chris Rebert
clp2 at rebertia.com
Wed Apr 20 03:47:42 EDT 2011
On Wed, Apr 20, 2011 at 12:00 AM, Jean-Pierre M
<pythonrubylang at 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
More information about the Python-list
mailing list