diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index aa76f4d..01abdc1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,6 +5,8 @@ env: on: push: + paths-ignore: + - '**/*.md' jobs: build: diff --git a/ImageSharpCompare/docs/nugetReadme.md b/ImageSharpCompare/docs/nugetReadme.md index 62da186..9df8688 100644 --- a/ImageSharpCompare/docs/nugetReadme.md +++ b/ImageSharpCompare/docs/nugetReadme.md @@ -3,6 +3,10 @@ Compares images Supports comparing images by using a tolerance mask image. Linux, Windows, MacOs supported. +## ImageSharp License Note + +If you run into the licensing hassle around the ImageSharp dependency, consider [Codeuctivity/SkiaSharp.Compare](https://github.com/Codeuctivity/SkiaSharp.Compare) as an alternative. It is semi API compatible, and if that project already satisfies your personal needs, it may also be the better fit for you. For further details, see [Licence Enforcement Changes](https://sixlabors.com/posts/licence-enforcement-changes/). The respect here is directed toward the ImageSharp dependency and the work behind it. Keeping this project compliant with license changes takes ongoing effort, and [funding](https://github.com/sponsors/Codeuctivity) would help make it easier to upgrade to the latest ImageSharp versions and keep pace with their technical changes responsibly. + Basic example: ```csharp diff --git a/README.md b/README.md index 9ba517e..85441c9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Inspired by the image compare feature "Visual verification API" of [TestApi](htt ImageSharpCompare focus on os agnostic support and therefore depends on [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp). +## ImageSharp License Note + +If you run into the licensing hassle around the ImageSharp dependency, consider [Codeuctivity/SkiaSharp.Compare](https://github.com/Codeuctivity/SkiaSharp.Compare) as an alternative. It is semi API compatible, and satisfies my personal needs, it may also be the better fit for you. For further details, see [Licence Enforcement Changes](https://sixlabors.com/posts/licence-enforcement-changes/). The respect here is directed toward the ImageSharp dependency and the work behind it. Keeping this project compliant with license changes takes ongoing effort, and [funding](https://github.com/sponsors/Codeuctivity) would help make it easier to upgrade to the latest ImageSharp versions and keep pace with their technical changes responsibly. + NOTE: The Alpha-channel is ignored. ## Example simple show cases