DrawImage() always smooth scaling?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Blade
Enthusiast
Enthusiast
Posts: 362
Joined: Wed Aug 06, 2003 2:49 pm
Location: Venice - Italy, Japan when possible.
Contact:

DrawImage() always smooth scaling?

Post 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. :)
Blade
Enthusiast
Enthusiast
Posts: 362
Joined: Wed Aug 06, 2003 2:49 pm
Location: Venice - Italy, Japan when possible.
Contact:

Post 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!
Post Reply