Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Inspired by the image compare feature "Visual verification API" of [TestApi](htt

SkiaSharpCompare focus on os agnostic support and therefore depends on [SkiaSharp](https://github.com/mono/SkiaSharp).

NOTE: The Alpha-channel is ignored.

## Example simple show cases

### Compares each RGB value of each pixel to determine the equality
Expand Down Expand Up @@ -90,4 +88,4 @@ foreach (var metadataDifference in calcDiff.MetadataDifferences)
// Metadata Difference: [PNG-IHDR:Image Width, (4, 2)]
// Metadata Difference: [PNG-tEXt:Textual Data, (Software: Paint.NET 5.1.2, Comment: Created with GIMP)]
// ...
```
```