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 3982942 commit 542fd93Copy full SHA for 542fd93
articles/imagesharp/gettingstarted.md
@@ -55,7 +55,7 @@ This will avoid decoding the complete image and therfore be much faster.
55
For example:
56
57
```c#
58
-IImageInfo imageInfo = Image.Identify(@"image.jpg");
+ImageInfo imageInfo = Image.Identify(@"image.jpg");
59
Console.WriteLine($"Width: {imageInfo.Width}");
60
Console.WriteLine($"Height: {imageInfo.Height}");
61
```
0 commit comments