We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b924b8f commit 901be9eCopy full SHA for 901be9e
1 file changed
README.md
@@ -52,7 +52,7 @@ sudo make install
52
## Usage
53
54
```cpp
55
-// loads png image into xarray with shape WIDTH x HEIGHT x CHANNELS
+// loads png image into xarray with shape HEIGHT x WIDTH x CHANNELS
56
auto arr = xt::load_image("test.png");
57
58
// write xarray out to JPEG image
0 commit comments