We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it by design that the spatial order returned by grayim and colorim are reversed? this behavior is not intuitive to me.
grayim
colorim
julia> grayim(rand(5,4)) Gray Images.Image with: data: 5x4 Array{Float64,2} properties: colorspace: Gray spatialorder: x y julia> colorim(rand(5,4,3)) RGB Images.Image with: data: 5x4x3 Array{Float64,3} properties: colorspace: RGB colordim: 3 spatialorder: y x
The text was updated successfully, but these errors were encountered:
I doubt it, and indeed that seems quite dreadful.
Sorry, something went wrong.
This issue struck me when saving images to disk.
Display AbstractMatrix{Colorant} in IJulia (fixes #548)
638f387
Not sure why this was commented out originally
Closed by #577
No branches or pull requests
is it by design that the spatial order returned by
grayim
andcolorim
are reversed? this behavior is not intuitive to me.The text was updated successfully, but these errors were encountered: