Using libexif in Python
问题 I'm writing a Python-based [web] application that needs to be able to read and write EXIF data. libexif seems to have all the right ingredients, but I can't work out how (or if) I could access it access it by using Python's ctypes library? I'm new to C, suppose I need see a .so for this to work? 回答1: You need to be running on an os that you can obtain the required library, to download the .h files, (usually the -dev package gives you these). Then you need to work your way through the ctypes