GetImage

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

GetImage

Post by Michael Vogel »

Hi,
I miss only some functions in two categories which should be available in PureBasic:
- integer math
- image functions

I know, that things, like (min, max, abs, bittest etc.) can be done by each programmer, but a native function means to create the same standard for all.
And therefore I would like to have the two functions GetImage(#nr,x,y,w,h) and DrawImage(#nr,x,y) which allow to transfer image data from and to the "active" screen easily.

Michael