Skip to content

dominota/gmic-sharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmic-sharp

A .NET wrapper for G'MIC.

Features

  • Allows .NET applications to execute G'MIC commands.
  • Supports user-defined custom image types, the default image type uses the GDI+ Bitmap class.
  • Supports progress reporting and cancellation.
  • Supports using a custom resource directory.

Native libraries

This project depends on the native libraries in gmic-sharp-native.
These libraries provide the native interface between gmic-sharp and libgmic.

Example application

A Windows Forms-based example application is located at gmic-sharp-example.

License

This project is licensed under the terms of the MIT License.
See License.txt for more information.

Native libraries

The gmic-sharp native libraries (libGmicSharpNative*) are dual-licensed under the terms of the either the CeCILL v2.1 (GPL-compatible) or CeCILL-C v1 (similar to the LGPL).
Pick the one you want to use.

This was done to match the licenses used by libgmic.

About

A .NET wrapper for G'MIC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%