Re: [pygtk] trouble with pixbuf's

2005-01-26 Thread Ionutz Borcoman
Tim Evans wrote: Ionutz Borcoman wrote: Hi, I try to display and rotate images using pixbuf's. The images are loaded using: old_pix = gtk.gdk.pixbuf_new_from_file(name) Later in the program I try to rotate the images. I get the characteristics of the images using: width = old_pix.get_wi

Re: [pygtk] trouble with pixbuf's

2005-01-24 Thread Tim Evans
Ionutz Borcoman wrote: Hi, I try to display and rotate images using pixbuf's. The images are loaded using: old_pix = gtk.gdk.pixbuf_new_from_file(name) Later in the program I try to rotate the images. I get the characteristics of the images using: width = old_pix.get_width() height

[pygtk] trouble with pixbuf's

2005-01-24 Thread Ionutz Borcoman
Hi, I try to display and rotate images using pixbuf's. The images are loaded using: old_pix = gtk.gdk.pixbuf_new_from_file(name) Later in the program I try to rotate the images. I get the characteristics of the images using: width = old_pix.get_width() height = old_pix.g