Missing #PB_Image_Raw for DrawImage() like ResizeImage()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Lebostein
Addict
Addict
Posts: 807
Joined: Fri Jun 11, 2004 7:07 am

Missing #PB_Image_Raw for DrawImage() like ResizeImage()

Post by Lebostein »

ResizeImage(#Image, Width, Height [, Mode])
DrawImage(ImageID, x, y [, Width, Height [, Mode]])
Mode (optional) = The resize method. It can be one of the following values:
#PB_Image_Smooth: Resize the image with smoothing (default).
#PB_Image_Raw : Resize the image without any interpolation.