Skip to content

Commit

Permalink
Remove misleading ImageInfo inheritance note
Browse files Browse the repository at this point in the history
  • Loading branch information
agc93 committed Sep 22, 2023
1 parent dcbfd51 commit 4aa708c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/imagesharp/imageformats.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ImageInfo imageInfo = Image.Identify(inputStream);
Console.WriteLine($"{imageInfo.Width}x{imageInfo.Height} | BPP: {imageInfo.PixelType.BitsPerPixel}");
```

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`.
See [`ImageInfo`](xref:SixLabors.ImageSharp.ImageInfo) for more details about the identification result.

### Working with Encoders

Expand Down

0 comments on commit 4aa708c

Please sign in to comment.