import gtk import Image def pixbuf2Image(pb): width,height = pb.get_width(),pb.get_height() return Image.fromstring("RGB",(width,height) ...
確定! 回上一頁