gpt4 book ai didi

Python 提取 URL (`where from` ) 下载图片的信息

转载 作者:行者123 更新时间:2023-12-01 06:55:08 24 4
gpt4 key购买 nike

我已经从网站下载了图像,并且我可以手动看到我下载图像的 URL 显示在图像的信息对话框窗口中。

我想使用 python 提取该字段的最后一部分,即 0001ss180819.png

我已经尝试过PIL:

from PIL import Image, ExifTags

img = Image.open("/Users/anonymous/Downloads/figs/image (1).jpeg")
exif = { ExifTags.TAGS[k]: v for k, v in img._getexif().items() if k in ExifTags.TAGS }

但我无法获取所需的信息,即来自字段,如下所示。

我的目标是根据此信息重命名照片。

on

最佳答案

下载文件的 URL 不在图像本身内,而是作为扩展属性(来自 macOS)。请参阅https://superuser.com/questions/214934/how-can-mac-os-x-save-details-about-the-url-from-which-a-file-has-been-downloade

关于Python 提取 URL (`where from` ) 下载图片的信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58845982/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com