podgraphics302
Image manipulation utilities. In memory image drawing (pure fantom). Loading/saving images.
Mixins
| AaShape | Shape that supports anti aliasing Render will compute a list of intesting points to look at whne doing anti aliasing ie: Known edge pixels or at the minimum all modified pixels |
| ImageFormat | Implementations provides import/export functionalities for a specific image format |
| Shape | Shape |
Classes
| BmpFormat | BmpFormat Save and load images in Bitmap format While it's a "dated" format it's easy to use and widely supported |
| DrawingEnv | DrawingEnv |
| Image302 | Lighteight in memory image manipulation / drawing (Pure Fantom) With access to the in memory buffer and saving/loading functionalities |
| Line | Line |