Hi!
Is there a faster imageresize function than this?
I just want to be sure there isn't as I need every millisecond.... :)
Grisu
Is there a faster imageresize function than this?
Function ResizeImage:TImage(image:TImage,width,height) Local pix:TPixmap=LockImage(image) pix=ResizePixmap(pix,width,height) UnlockImage(image) Return LoadImage(pix) End Function
I just want to be sure there isn't as I need every millisecond.... :)
Grisu