We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c1fecb + 877ff4a commit 8e47565Copy full SHA for 8e47565
docs/src/tutorials/quickstart.md
@@ -17,7 +17,7 @@ make_roi(xs::UnitRange, ys::UnitRange) = make_roi(Point(ys[1], xs[1]), Point(ys[
17
For most purposes, any `AbstractArray` can be treated as an image. For example, numeric array can be interpreted as a grayscale image.
18
19
```@repl array
20
-img = rand(4, 4)
+img = rand(4, 3)
21
```
22
```@example array
23
Gray.(img) #hide
0 commit comments