Page 1 of 1

DrawImage() always smooth scaling?

Posted: Wed Jul 06, 2005 7:59 pm
by Blade
ResizeImage(#Image, Width, Height [, Mode])
has the mode option to choose between smooth and raw scaling.

DrawImage(ImageID, x, y [, NeWidth, NeHeight]) always uses smooth scaling.
I wish to have the same "mode" option...

Thanks. :)

Posted: Wed Jul 06, 2005 11:31 pm
by Blade
Very strange... Sometimes it uses RAW, sometimes it uses SMOOTH
Now it's always smooth, but had worked as raw for a dozen of minutes, then, in the same program execution, it switched to smooth!