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 では不可能です。
cairo または opengl を試してください。
たぶん GtkImageView が役立ちます: http://trac.bjourne.webfactional.com/
Clutter http://www.clutter-project.org/をお勧めします