Skip to content

Commit

Permalink
Bump SixLabors.ImageSharp from 1.0.3 to 1.0.4
Browse files Browse the repository at this point in the history
Updated github release
  • Loading branch information
stesee committed Oct 12, 2021
1 parent 384c9b4 commit 709a62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Compares images

[![Build status](https://ci.appveyor.com/api/projects/status/yr17qicavvbfypra?svg=true)](https://ci.appveyor.com/project/stesee/imagesharp-compare) [![Nuget](https://img.shields.io/nuget/v/ImageSharpCompare.svg)](https://www.nuget.org/packages/ImageSharpCompare/) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e61c3debbfeb48469dadcc6109c719c6)](https://www.codacy.com/manual/stesee/ImageSharp.Compare?utm_source=github.com&utm_medium=referral&utm_content=Codeuctivity/ImageSharp.Compare&utm_campaign=Badge_Grade) [![Donate](https://img.shields.io/static/v1?label=Paypal&message=Donate&color=informational)](https://www.paypal.com/donate?hosted_button_id=7M7UFMMRTS7UE)
[![Build status](https://ci.appveyor.com/api/projects/status/yr17qicavvbfypra/branch/main?svg=true)](https://ci.appveyor.com/project/stesee/imagesharp-compare/branch/main) [![Nuget](https://img.shields.io/nuget/v/ImageSharpCompare.svg)](https://www.nuget.org/packages/ImageSharpCompare/) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2fb2807a16f84021b088769e56e1515a)](https://www.codacy.com/gh/Codeuctivity/ImageSharp.Compare/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Codeuctivity/ImageSharp.Compare&utm_campaign=Badge_Grade) [![Donate](https://img.shields.io/static/v1?label=Paypal&message=Donate&color=informational)](https://www.paypal.com/donate?hosted_button_id=7M7UFMMRTS7UE)

Inspired by the image compare feature "Visual verification API" of [TestApi](https://blogs.msdn.microsoft.com/ivo_manolov/2009/04/20/introduction-to-testapi-part-3-visual-verification-apis/) this code supports comparing images by using a tolerance mask image. That tolerance mask image is a valid image by itself and can be manipulated.

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ deploy:
branch: main
- provider: GitHub
auth_token:
secure: Sqmx9SIShZp1c9nTZPTS798Ztzr9B2rGF4p5FKlyT3cAXvkR4tgSc35nn8Sd11WU
secure: IvYIzM9AMXLWlt8WjXeCLqtSPF4IlC6zWVs60OsnOhKvSFeDiQt6HdWvAvOzknC/
on:
branch: main

0 comments on commit 709a62f

Please sign in to comment.