gpt4 book ai didi

python - 如何在屏幕上显示 PIL 图像?

转载 作者:IT老高 更新时间:2023-10-28 20:32:55 24 4
gpt4 key购买 nike

我正在使用 PIL 库进行一些图像编辑。关键是,我不想每次都将图像保存在我的硬盘上以在资源管理器中查看它。是否有一个小模块可以让我简单地设置一个窗口并显示图像?

最佳答案

从接近 PIL Tutorial 的开头开始:

Once you have an instance of the Image class, you can use the methodsdefined by this class to process and manipulate the image. Forexample, let's display the image we just loaded:

     >>> im.show()

更新:

现在 Image.show() 方法是 formally documentedPillow fork of PIL以及如何在不同操作系统上实现的说明。

关于python - 如何在屏幕上显示 PIL 图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12570859/

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