Point and Plot
Posted: Sun Dec 14, 2003 6:57 pm
A Problem with the usage of Plot() and Point is (also in the most other 2d_Drawing-Functions) is the StartDrawing() and StopDrawing() .
So if i want to copy some pixel from one image to another - ist a pain in the ass. At the moment i tryied to make a faster resize-routine in PureBasic.
But how to copy the Pixel from one image to the other ?
(The Resize-Routine is pretty slow)
My suggestion :
Plot( ImageID, x,y , Color)
Point (ImageID,x,y)
I hope the is possible....
Mike
So if i want to copy some pixel from one image to another - ist a pain in the ass. At the moment i tryied to make a faster resize-routine in PureBasic.
But how to copy the Pixel from one image to the other ?
(The Resize-Routine is pretty slow)
My suggestion :
Plot( ImageID, x,y , Color)
Point (ImageID,x,y)
I hope the is possible....
Mike