ImageShow.jl icon indicating copy to clipboard operation
ImageShow.jl copied to clipboard

Inline graphical display of images in Julia graphical environments

Results 15 ImageShow.jl issues
Sort by recently updated
recently updated
newest added

As discussed in #55 Would be happy to receive feedback :) Right now it basically displays only 2D arrays. I think it would be nice to have the option for...

Hi all! as discussed on Slack with @mkitti and @johnnychen94 we could include an `simshow` (simple show) to show inline graphics in Pluto and Jupyter. A draft is like here:...

Most importantly, even the gif does not show up: ![image](https://user-images.githubusercontent.com/4255480/200504086-ff19e67d-b9f0-4369-91a4-a81e1db2c9e3.png) I was expecting an animated figure The other two interactive functions are failing entirely because it seems that VSCode does...

Currently ImageShow breaks when trying to display images with signed FixedPointNumbers, e.g. `Q0f31`, etc ```julia julia> using TiffImages, ImageShow julia> img = TiffImages.load("example.tif") ┌ Info: For better quality inline display...

It would be good to get some docs spun up for this repo and linked in the ReadMe. I think we would need to convert the existing comments to ones...

```julia using CUDA using TestImages, ImageTransformations, ImageCore, ImageShow img = imresize(testimage("cameraman"), (64, 64)) cu_img = CuArray(img) ```

bug

Currently, the default output on IJulia is quite useless in many cases since the image isn't scaled (left), while a simple scaling works well (right): ![image](https://user-images.githubusercontent.com/1661487/31637501-daf4d0e0-b283-11e7-9fd2-0655436ade19.png) I think a sane...

It seems that the `play` function provided by #29 does not quit automatically when it reaches the last frame; we still need to press `q` in order to quit it....

bug

`play`/`explore` provided by #29 would display every single frame in a new plot, so as we repeatedly call them, the vscode/atom plot pane will remember all the displayed frames and...

enhancement

From slack gripes: > if you load an image into memory and then try to view it's dims, bit depth, etc, it just plots it in VSCode. cc: @caseykneale