views:

153

answers:

2

I want to display a gtk.Image with a high level of zoom, but scale the image to a new pixbuf with the gtk.gdk.Pixbuf methods waste a lot of memory and processor.

Are there some simply way to display a zoomed image?

A: 

it is not possible with gdk, i'm afraid.

try cairo or opengl.

Alexey Yakovenko
A: 

I'll recommend Clutter http://www.clutter-project.org/

markuz