Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.56 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.56 KB

README

RasterPaint

RasterPaint is a simple program approaching raster graphics.

It allows user to:

  • 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.

Technology:

  • Logic: C# (elements of C# 6.0)
  • Design: WPF (XAML)

Algorithms:

Packages used:

Licence:

MIT Licence