{"id":18937488,"url":"https://github.com/verifytests/verify.imagesharp.compare","last_synced_at":"2025-04-15T18:32:14.142Z","repository":{"id":45263885,"uuid":"476658022","full_name":"VerifyTests/Verify.ImageSharp.Compare","owner":"VerifyTests","description":"Extends Verify to allow comparison of images via ImageSharp.Compare.","archived":false,"fork":false,"pushed_at":"2025-04-10T05:07:58.000Z","size":738,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T06:27:16.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VerifyTests.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.txt","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"VerifyTests"}},"created_at":"2022-04-01T09:32:42.000Z","updated_at":"2025-04-10T05:07:55.000Z","dependencies_parsed_at":"2023-02-19T16:45:27.882Z","dependency_job_id":"a360fbac-a99d-4826-b428-5fab38f9fbaa","html_url":"https://github.com/VerifyTests/Verify.ImageSharp.Compare","commit_stats":{"total_commits":93,"total_committers":1,"mean_commits":93.0,"dds":0.0,"last_synced_commit":"0c3f0897d3ba0c5b05b79f79b7f2578233d27e9b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VerifyTests%2FVerify.ImageSharp.Compare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VerifyTests%2FVerify.ImageSharp.Compare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VerifyTests%2FVerify.ImageSharp.Compare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VerifyTests%2FVerify.ImageSharp.Compare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VerifyTests","download_url":"https://codeload.github.com/VerifyTests/Verify.ImageSharp.Compare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249129271,"owners_count":21217319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T12:11:22.623Z","updated_at":"2025-04-15T18:32:09.133Z","avatar_url":"https://github.com/VerifyTests.png","language":"C#","funding_links":["https://github.com/sponsors/VerifyTests"],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"/src/icon.png\" height=\"30px\"\u003e Verify.ImageSharp.Compare\n\n[![Discussions](https://img.shields.io/badge/Verify-Discussions-yellow?svg=true\u0026label=)](https://github.com/orgs/VerifyTests/discussions)\n[![Build status](https://ci.appveyor.com/api/projects/status/5xbq2gu1qh383r16?svg=true)](https://ci.appveyor.com/project/SimonCropp/Verify-ImageSharp-Compare)\n[![NuGet Status](https://img.shields.io/nuget/v/Verify.ImageSharp.Compare.svg)](https://www.nuget.org/packages/Verify.ImageSharp.Compare/)\n\nExtends [Verify](https://github.com/VerifyTests/Verify) to allow comparison of images via [Codeuctivity.ImageSharp.Compare](https://github.com/Codeuctivity/ImageSharp.Compare).\n\nContains [comparers](https://github.com/VerifyTests/Verify/blob/master/docs/comparer.md) for png, jpg, and bmp.\n\n**See [Milestones](../../milestones?state=closed) for release notes.**\n\n\n## NuGet package\n\nhttps://nuget.org/packages/Verify.ImageSharp.Compare/\n\n\n## Usage\n\n\u003c!-- snippet: enable --\u003e\n\u003ca id='snippet-enable'\u003e\u003c/a\u003e\n```cs\n[ModuleInitializer]\npublic static void Init() =\u003e\n    VerifyImageSharpCompare.Initialize();\n```\n\u003csup\u003e\u003ca href='/src/Tests/ModuleInitializer.cs#L3-L9' title='Snippet source file'\u003esnippet source\u003c/a\u003e | \u003ca href='#snippet-enable' title='Start of snippet'\u003eanchor\u003c/a\u003e\u003c/sup\u003e\n\u003c!-- endSnippet --\u003e\n\n\n### Image Comparers\n\nThe following will use ImageHash to compare the images instead of the default DifferenceHash algorithm.\n\n\u003c!-- snippet: CompareImage --\u003e\n\u003ca id='snippet-CompareImage'\u003e\u003c/a\u003e\n```cs\n[Test]\npublic Task CompareImage() =\u003e\n    VerifyFile(\"sample.jpg\");\n```\n\u003csup\u003e\u003ca href='/src/Tests/Samples.cs#L4-L10' title='Snippet source file'\u003esnippet source\u003c/a\u003e | \u003ca href='#snippet-CompareImage' title='Start of snippet'\u003eanchor\u003c/a\u003e\u003c/sup\u003e\n\u003c!-- endSnippet --\u003e\n\n\n### Register all comparers\n\nAll comparers can be registered:\n\n```\nVerifyImageSharpCompare.RegisterComparers();\n```\n\n\n## Icon\n\n[Pattern](https://thenounproject.com/term/pattern/891931/) designed by [Marialuisa Iborra](https://thenounproject.com/marialuisa.iborra/) from [The Noun Project](https://thenounproject.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverifytests%2Fverify.imagesharp.compare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverifytests%2Fverify.imagesharp.compare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverifytests%2Fverify.imagesharp.compare/lists"}