Skip to content

Commit 901be9e

Browse files
committed
fix channels in readme
1 parent b924b8f commit 901be9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sudo make install
5252
## Usage
5353

5454
```cpp
55-
// loads png image into xarray with shape WIDTH x HEIGHT x CHANNELS
55+
// loads png image into xarray with shape HEIGHT x WIDTH x CHANNELS
5656
auto arr = xt::load_image("test.png");
5757

5858
// write xarray out to JPEG image

0 commit comments

Comments
 (0)