Description:This is a main code example demonstrating a lot of features of Graphics Mill for .NET in action. This sample is implemented as an image editing application. With it, you can load files, apply different effects, convert bitmaps to different pixel formats, save files in various file formats, and so on. It contains dialogs for all effects (including Photoshop-like dialog for curves, levels, and a histogram). You can freely reuse these dialogs in your applications.
This sample does not contain all features of Graphics Mill for .NET. This is an attempt to create a "real-life" application rather than "all-features-in-one" monster. That is why some features of Graphics Mill for .NET are not demonstrated in it, in particular, color management, metadata handling, drawing, and so on. See other code samples for demonstrations of this functionality.
Required Graphics Mill for .NET assemblies: Aurigma.GraphicsMill.dll
Aurigma.GraphicsMill.WinControls.dll
File Attachment(s):
MainVB_NET20.zip (308kb) downloaded 23 time(s).
MainCS_NET20.zip (305kb) downloaded 75 time(s).
Best wishes, Alex.