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?
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?
it is not possible with gdk, i'm afraid.
try cairo or opengl.