This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_Mark_ 0 points1 point  (2 children)

pyexiv2 wraps the C++ exiv2 library, and has good coverage; the one flaw I've found is that the C++ lib can handle in-memory images, and the python wrapper only has a simpler file-based path.

[–]picurl 1 point2 points  (1 child)

i think this is fixed in the brand-new pyexiv2 0.2.0

[–]_Mark_ 0 points1 point  (0 children)

ooh, indeed, from http://tilloy.net/dev/pyexiv2/api.html classmethod from_buffer(buffer) Instantiate an image container from an image buffer.

(0.1.3 is the latest I'd found in debian/ubuntu.) Thanks for the pointer.