Zoomed PyGTK image without scale pixbuf

Posted by mkotechno on Stack Overflow See other posts from Stack Overflow or by mkotechno
Published on 2010-04-05T23:00:32Z Indexed on 2010/04/05 23:03 UTC
Read the original article Hit count: 180

Filed under:
|
|
|

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

Are there some simply way to display a zoomed image?

© Stack Overflow or respective owner

Related posts about python

Related posts about pygtk