- Automatic add mask to face(s) in photo(s)
- Form window with addin-support feature
Requirements
- 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 )
Dev Env.
- VisualStudio 2015 Express for Desktop
Tools/Demo Application
AutoMask
Automatic add mask to face(s) in photo(s)
DialogTest
ColorDialogEx & FontDialogEx usage demo app
ColorMatrixTest
Save/Load/Test ColorMatrix effect for Grayscale addin
Common Library
NetCharm.Common
Common Library for custom ColorDialog, FontDialog, and others UI custom controls such as color slider, value slider...
ColorDialog / ColorDialogEx
using Cyotek.Windows.Forms.ColorPicker controls as color elements.
( ColorDialogEx is a component call ColorDialog )
FontDialog / FontDialogEx
Because System.Drawing is supported TTF font only, so FontDialog using System.Media to display / pick font. ( FontDialogEx is a component call FontDialog )
NetCharm.Image.AddinHost
Addin Host Support library
PhotoTool
Main Form framework for load & display addins for special feature
Addins
Now has some internal filters
App
- Image Editor
- Batch Process
Action
- Pin object(picture/text...) to Image
- Crop
- Rotate
- Resize ToDo...
Filter
- Blur
- Sharper
- Grayscale
- Invert
- Hue Tint
- HSL Filter
- More ToDo...
FormatIn
ToDo...
FormatOut
ToDo...