SixLabors / SixLabors/ImageSharp
Provide a new ImageSharp NuGet package which contains the image comparison utility classes
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 8k
- Forks
- 899
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 7
Description
To support visual regression testing, I am requesting a new feature.
ImageSharp already contains Image comparison in the Test namespace located here:
https://github.com/SixLabors/ImageSharp/tree/master/tests/ImageSharp.Tests/TestUtilities/ImageComparison
These methods call internal methods in the main ImageSharp library and so I'm currently resorting to reflection to do this.
Could these be moved to a separate NuGet library for public consumption?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in tests/ImageSharp.Tests/TestUtilities/ImageComparison, where the existing image comparison utilities are located, and review the internal ImageSharp methods they call. Determine the package boundary and public API needed for visual regression testing. Done means the utilities are available through a separate NuGet library for public consumption without reflection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100