使用 pygtk 如何制作简单的全屏幻灯片放映
使用 pygtk 如何制作全屏幻灯片放映,循环浏览目录中的所有图像,每 x 秒切换一次
Using pygtk how can I make a full screen slide show that rotates through all the images in a directory switching them every x seconds
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
过去我写过完全相同的东西。然后我就把它删除了。此版本使用准备好的代码在缩放时曝光图像。它取自Jack Valmadre 的博客
In the past I wrote exactly the same thing. Then I deleted it. This version uses a prepared code for exposing an image while scaling it. It was taken from Jack Valmadre’s Blog
使用
gtk.Image
和gtk.Window.fullscreen()
。Use
gtk.Image
andgtk.Window.fullscreen()
.