We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b924b8f + 901be9e commit 0ad01bfCopy full SHA for 0ad01bf
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