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.
2 parents e19bd9b + f7649e2 commit 798d825Copy full SHA for 798d825
README.md
@@ -80,7 +80,7 @@ using SixLabors.ImageSharp.PixelFormats;
80
81
// Image.Load(string path) is a shortcut for our default type.
82
// Other pixel formats use Image.Load<TPixel>(string path))
83
-using (Image<Rgba32> image = Image.Load("foo.jpg"))
+using (Image image = Image.Load("foo.jpg"))
84
{
85
image.Mutate(x => x
86
.Resize(image.Width / 2, image.Height / 2)
0 commit comments