How to DrawOval() into and image or pixmap?
BlitzMax Forums/BlitzMax Programming/How to DrawOval() into and image or pixmap?| 
 | ||
| how can it be donw? I need worms to "eat dirt", but for that i need to draw an oval into image. | 
| 
 | ||
| Guess you can use an oval "algorithm" and write the pixels to a pixmap instead of using plot. I've seen quite a few of those algorithms, if only you could search the Code Archives... | 
| 
 | ||
| what about a combination of... DrawImage DrawOval GrabImage | 
| 
 | ||
| yes yes, that would work, thanks. It should be even faster than writePixel's version | 
| 
 | ||
| You can try my integer-based ellipse rendering algorithm in the code archivse. |