Skip to content

Commit 4aa708c

Browse files
committed
Remove misleading ImageInfo inheritance note
1 parent dcbfd51 commit 4aa708c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/imagesharp/imageformats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ImageInfo imageInfo = Image.Identify(inputStream);
6464
Console.WriteLine($"{imageInfo.Width}x{imageInfo.Height} | BPP: {imageInfo.PixelType.BitsPerPixel}");
6565
```
6666

67-
See [`ImageInfo`](xref:SixLabors.ImageSharp.ImageInfo) for more details about the identification result. Note that [`Image<TPixel>`](xref:SixLabors.ImageSharp.Image`1) also implements `ImageInfo`.
67+
See [`ImageInfo`](xref:SixLabors.ImageSharp.ImageInfo) for more details about the identification result.
6868

6969
### Working with Encoders
7070

0 commit comments

Comments
 (0)