DrawImage() optional #PB_Image_Smooth / #PB_Image_RAW

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

DrawImage() optional #PB_Image_Smooth / #PB_Image_RAW

Post by nco2k »

If the 'Width' and 'Height' optional parameters are specified, then the image can be resized on the fly before being displayed
but you cant choose if the image should be resized smooth or raw.

so my wish:

Code: Select all

DrawImage(ImageID, x, y, Width, Height, Flag) ;optional Flag #PB_Image_Smooth / #PB_Image_Raw
c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf