gpt4 book ai didi

python - 在 python 中查看本地路径(目录)中的图像?

转载 作者:太空宇宙 更新时间:2023-11-04 00:24:22 25 4
gpt4 key购买 nike

我正在尝试使用数组列表从我的本地目录中检索图像,但我从列表中获取了所有图像,但我不知道如何一张一张地显示列表中的图像。有知道的请帮帮我。

我的.py:

import os, os.path

imgs = []
# print(imgs)
path = "C:/Users/admin/PycharmProjects/my_module/static/files"
valid_images = [".jpg",".gif",".png",".tga"]
print(valid_images)
for f in os.listdir(path):
ext = os.path.splitext(f)[1]
os.listdir(path).append(f)
# Image.show(f)

最佳答案

根据您的环境和可视化库,有多种选择。查这个好answer

关于python - 在 python 中查看本地路径(目录)中的图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47977609/

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