Re: [Gambas-user] Image smoothing

2016-07-14 Thread juan duque
Thanks Gianluigi, Benoit, Paint.ZoomImage and Draw.Zoom does the work as expected, regards 2016-07-14 3:06 GMT+01:00, Benoît Minisini : > Le 09/07/2016 10:41, juan duque a écrit : >> Obviously my English is somewhat lacking. Apologies. >> >> I think this is not a bug but rath

Re: [Gambas-user] Image smoothing

2016-07-13 Thread juan duque
Draw.End() End If PictureBox2.Picture = hPic End Can you confirm that you see correctly? Regards 2016-07-12 14:43 GMT+01:00, Fabien Bodard : > Yes Paint.Antialias = False > > or Draw.Antialias = False > > http://gambaswiki.org/wiki/comp/gb.qt4/paint/antialias > > 2016-07-

[Gambas-user] Image smoothing

2016-07-09 Thread juan duque
Obviously my English is somewhat lacking. Apologies. I think this is not a bug but rather a design with some shortcomings. Smoothing (or interpolation) of an image is often convenient but not desirable in all cases. Attached a sample program (this would be a magnifying glass). Is there any way o