[Baypiggies] Python media libraries

Eric Walstad eric at ericwalstad.com
Tue Jan 26 17:45:32 CET 2010


On Mon, Jan 25, 2010 at 10:03 PM, Jeff Younker <jeff at drinktomi.com> wrote:
> I'm looking for recommendations on a Python media library.  The primary purpose is to extract metadata.

I recently added EXIF reading code to my photo/image processing
script.  I ended up using PIL's _getexif method because I was already
using PIL for other functions.  PIL works well for my simple photo
editing needs, mostly resizing and rotating images (and now reading
some EXIF data).

EW


More information about the Baypiggies mailing list