如何在不使用python中使用外部脚本的情况下从图像读取EXIF数据? [英] How do i read EXIF data from an image without the use of external scripts in python?

查看:115
本文介绍了如何在不使用python中使用外部脚本的情况下从图像读取EXIF数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在不使用python外部脚本的情况下从图像读取EXIF数据?我不想使用任何预写的脚本.

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.

谢谢!

推荐答案

您可以使用

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.

这篇关于如何在不使用python中使用外部脚本的情况下从图像读取EXIF数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆