Skip to content

gczarnocki/uni_raster-paint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An application written in C# and WPF about raster graphics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages