Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想显示具有高度缩放的 gtk.Image,但是使用 gtk.gdk.Pixbuf 方法将图像缩放到新的 pixbuf 会浪费大量内存和处理器。
是否有一些简单的方法来显示缩放图像?
恐怕用 gdk 是不可能的。
尝试开罗或opengl。
也许 GtkImageView 有帮助:http ://trac.bjourne.webfactional.com/
我会推荐 Clutter http://www.clutter-project.org/