Mini Paint using plugin in C#.
This project is similar to famous Paint application. User can draw line, figure, open image, change language and more. The main goal of the application was to support external plugins.
- Draw line, figure
- Change size and color line
- Undo/endo action
- Open external image
- Change language
- Save image
- Use grayscale plugin
Completed
git clone https://github.com/jaki102/MiniPaint.git
open .exe file in .\MiniPaint\bin\Debug path.