We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03d6ba commit 16e47a8Copy full SHA for 16e47a8
src/Verify.ImageSharp/InfoBuilder.cs
@@ -1,6 +1,4 @@
1
-using SixLabors.ImageSharp;
2
-
3
-static class InfoBuilder
+static class InfoBuilder
4
{
5
public static object GetInfo(this Image image)
6
src/Verify.ImageSharp/VerifyImageSharp.cs
@@ -1,8 +1,4 @@
-using SixLabors.ImageSharp.Formats;
-using SixLabors.ImageSharp.Formats.Bmp;
-using SixLabors.ImageSharp.Formats.Gif;
-using SixLabors.ImageSharp.Formats.Jpeg;
+using SixLabors.ImageSharp.Formats.Jpeg;
using SixLabors.ImageSharp.Formats.Png;
7
using SixLabors.ImageSharp.Formats.Tiff;
8
0 commit comments