Re: [Image-SIG] Reading title EXIF data

2009-06-03 Thread Geert Dekkers
Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig From: Franz Buchinger Date: June 2, 2009 2:12:34 PM GMT+02:00 To: image-sig@python.org Subject: Re: [Image-SIG] Reading title EXIF data PIL is an excellent image processing library, but unfor

Re: [Image-SIG] Reading title EXIF data

2009-06-02 Thread Franz Buchinger
PIL is an excellent image processing library, but unfortunatly not a tool of choice when you want to deal with EXIF data seriously. It only extracts a subset of the EXIF-Data contained in an image, for a more complete library you may want to check pyexiv2 (python wrapper for exiv2). And beware, E