Skip to content

Commit

Permalink
Merge pull request #63 from agc93/fix/imageinfo-inheritance
Browse files Browse the repository at this point in the history
Remove misleading ImageInfo inheritance note
  • Loading branch information
JimBobSquarePants authored Sep 22, 2023
2 parents dcbfd51 + 4aa708c commit 0ccf070
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 0ccf070

Please sign in to comment.