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 d1c2172 commit 583bb6bCopy full SHA for 583bb6b
src/ImageSharp/Image.FromBytes.cs
@@ -91,7 +91,7 @@ public static IImageInfo Identify(Configuration configuration, byte[] data, out
91
/// <param name="data">The byte array containing image data.</param>
92
/// <exception cref="ArgumentNullException">The configuration is null.</exception>
93
/// <exception cref="ArgumentNullException">The data is null.</exception>
94
- /// <returns>A new <see cref="Image{Rgba32}"/>.</returns>
+ /// <returns>A new <see cref="Image"/>.</returns>
95
public static Image Load(byte[] data)
96
=> Load(Configuration.Default, data);
97
0 commit comments