开发者

How do i read EXIF data from an image without the use of external scripts in python?

How do i read EXIF data from an image without the use of external scripts in python? I don't want to use any prewritten scripts开发者_如何学运维.

Thanks!


You can use exif.py. If you don't want it to be an external module (it wouldn't necessarily be used as a script anyway), you can just copy all 1767 lines right inside your own module. If your objection is to "prewritten", you can study and then rewrite the 1767 lines in question, if you have a few days to waste, but I don't understand why you'd want to do that.


I agree with Alex - the work has been done already! But if you just want to flex your brain muscle, this is where I would start:

EXIF Specifications

edit

Here is the official repository for the specification:

Japan Electronics and Information Technology Industries Association - Digital Cameras

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜