Skip to content
New issue

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

image display using ImageShow #747

Closed
johnnychen94 opened this issue Dec 5, 2020 · 2 comments
Closed

image display using ImageShow #747

johnnychen94 opened this issue Dec 5, 2020 · 2 comments

Comments

@johnnychen94
Copy link

johnnychen94 commented Dec 5, 2020

Now that JuliaIO/ImageIO.jl#6 is fixed and probably Pluto can offload the image displaying work to ImageShow.

In JuliaImages, any colorant array, i.e., AbstractArray{<:Colorant}, should be recognized and displayed as an image. It seems like Pluto doesn't exactly follow this convention. For example, PaddedView were not rendered as an image in Pluto but it is in IJulia: JuliaImages/juliaimages.github.io#167 (comment)

@johnnychen94
Copy link
Author

It seems like Pluto doesn't exactly follow this convention. For example, PaddedView were not rendered as an image in Pluto but it is in IJulia: JuliaImages/juliaimages.github.io#167 (comment)

Oh wait, it seems actually works on PaddedView.

image

@ashwani-rathee
Copy link

I hadn't used ImageShow in my example which could have created the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants