зеркало из https://github.com/SixLabors/docs.git
Fix copy paste mistake
This commit is contained in:
Родитель
70d4970c58
Коммит
c41947f3fc
|
@ -57,7 +57,7 @@ For example:
|
|||
```c#
|
||||
IImageInfo imageInfo = Image.Identify(@"image.jpg");
|
||||
Console.WriteLine($"Width: {imageInfo.Width}");
|
||||
Console.WriteLine($"Height: {imageInfo.Width}");
|
||||
Console.WriteLine($"Height: {imageInfo.Height}");
|
||||
```
|
||||
|
||||
### Image metadata
|
||||
|
|
Загрузка…
Ссылка в новой задаче