This commit is contained in:
Joud Kandeel
2026-03-04 18:31:38 +01:00
committed by GitHub
parent adbe216d78
commit 9a80a1a6f8

View File

@@ -128,7 +128,7 @@ int getImageSizeY();
### Prefer Structured Data Access
```cpp
Image& imgInfo = img.getImageData();
Image& imgInfo = img.getImageInfo();
imgInfo.size.x;
imgInfo.size.y;
```