GetImage
Posted: Mon May 05, 2008 10:16 am
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
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