Le 22/01/2012 15:58, Алексей Беспалов a écrit : > I think Image.Resize(w, h) not working properly. > > Instead of resizing image, it cuts out part of image. > > Say what? > Resize() changes the size of the image, but does not stretch its contents. You need the Stretch() method for that. You will find it in gb.qt4 or gb.gtk. Regards, -- Benoît Minisini