如何使用 Python 通过 HTTP 将远程图像复制到 gtk.gdk.pixbuf?
这是这里的第一篇文章,我是一名菜鸟程序员。
这可能是一个愚蠢的问题。
我想在 GNOE 桌面上创建个人 Twitter 通知程序。我决定使用 pynotify
和 Tweepy
。
现在我只想让 pynotify 显示 Twitter 用户的图标,使用 pynotify 似乎有两种方法;将 URI 设置为本地图像文件,或使用 pixbuf
API。我认为下载图标并通过 urllib 将 URI 设置为本地图标会更容易,但不想创建本地缓存文件。是否可以直接将远程图像传递给pixbuf
?
this is first post here and I am a noob programmer.
This may be a stupid question.
I'd like to create a personal Twitter notifier on GNOE Desktop. And I've decided to use pynotify
and Tweepy
.
Now I just want to make pynotify
show Twitter user's icon, and there seems to be 2 ways using pynotify
; setting URI to local image file, or using pixbuf
API. I suppose downloading the icon and setting URI to the local icon by urllib
is easier though don't want to make local cache file. Is it possible to pass directly a remote image to pixbuf
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是这样吗?
did you mean something like this?