Skip to content

GmicSharp v0.7.0

Latest
Compare
Choose a tag to compare
@0xC0000054 0xC0000054 released this 11 Jul 07:24
· 40 commits to master since this release
v0.7.0
  • Added support for changing the host application name seen by G'MIC scripts
  • Added support for running on Linux and macOS when using .NET Standard 2.1
  • The CustomResourcePath property now supports paths non-ASCII characters
  • Updated Gmic<TGmicBitmap> to conform to the Event-based Asynchronous Pattern (breaking change)
  • RunGmic(string) is now a synchronous call, use RunGmicAsync or RunGmicTaskAsync for asynchronous calls (breaking change)
  • Custom GmicBitmap classes now have to perform their own conversion to/from the G'MIC image format (breaking change)
  • Rename the Gray value in the GmicPixelFormat enumeration to Gray8 (breaking change)

Supported Operating Systems

The included gmic-sharp native libraries are compiled for the following operating systems.

GmicSharp_netstandard2_1.zip:

Ubuntu 20.4 64-bit (x64)
Microsoft Windows 64-bit (x64)
Microsoft Windows 32-bit (x86)

GmicSharp_net472.zip:

Microsoft Windows 64-bit (x64)
Microsoft Windows 32-bit (x86)