but you cant choose if the image should be resized smooth or raw.If the 'Width' and 'Height' optional parameters are specified, then the image can be resized on the fly before being displayed
so my wish:
Code: Select all
DrawImage(ImageID, x, y, Width, Height, Flag) ;optional Flag #PB_Image_Smooth / #PB_Image_Raw
nco2k