RasterPaint is a simple program approaching raster graphics.
- Add points, lines and polygons (of different width and color),
- List all the objects from the scene, edit and delete them,
- Show grid (with given size) and different color dynamically,
- Clip polygons, fill polygons (using solid color or bitmap),
- Show or hide background on the scene (grid with given size),
- (De-)serialize the entire scene to XML, save scene to .png,
- Reduce Color Palettes using Color Quantization Algorithms.
- Logic: C# (elements of C# 6.0)
- Design: WPF (XAML)