Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that we've clearly separated these concepts for 0.20, I think it doesn't make sense anymore to just accept whatever AbstractVector as the side of an ImageLike. Note that `1 .. 10` works and so does `1:10`, which might feel correct, but this doesn't have to match the pixel count so it's a source of bugs. And `[10, 1]` works as wells as `[10, 3, 5, 1, 1, 3, 1]` which is just really strange.
- Loading branch information