- Automatic add mask to face(s) in photo(s)
- Form window with addin-support feature
- dotnet framework 4.0 ( WinForm & WPF )
- System.Windows.Forms.Ribbon35 ( Fake Ribbon UI interface )
- NGettext & My NGettext.Winform ( I18N )
- Mono.Addin framework ( addin base library )
- Cyotek.Windows.Forms.ImageBox ( Image Display )
- Cyotek.Windows.Forms.ColorPicker ( ColorDialogEx )
- GDIPlusX ( some GID+ effect not included in System.Drawing )
- NewtonSoft JSON.Net ( addin / app config file load & save )
- Accord ( Image Process base )
- Accord Image ( Image Process Filters )
- Accord Vision ( maybe )
- VisualStudio 2015 Express for Desktop
Automatic add mask to face(s) in photo(s)
ColorDialogEx & FontDialogEx usage demo app
Save/Load/Test ColorMatrix effect for Grayscale addin
Common Library for custom ColorDialog, FontDialog, and others UI custom controls such as color slider, value slider...
using Cyotek.Windows.Forms.ColorPicker controls as color elements.
( ColorDialogEx is a component call ColorDialog )
Because System.Drawing is supported TTF font only, so FontDialog using System.Media to display / pick font. ( FontDialogEx is a component call FontDialog )
Addin Host Support library
Main Form framework for load & display addins for special feature
Now has some internal filters
- Image Editor
- Batch Process
- Pin object(picture/text...) to Image
- Crop
- Rotate
- Resize ToDo...
- Blur
- Sharper
- Grayscale
- Invert
- Hue Tint
- HSL Filter
- More ToDo...
ToDo...
ToDo...