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

Interactive display of images and movies

Results 23 ImageView.jl issues
Sort by recently updated
recently updated
newest added

I have a minimal project which opens a NIFTI file and creates a raw array, which then I try to display using `imshow` ``` using NIfTI using ImageView, Images fgm...

Hi, this is a useful tool, thanks for developing it! One minor improvement would be that the value range of grey scale volumes is computed over the whole volume instead...

The `aspect` kwarg to `imshow()` currently appears to support only the values * `:none`, which sets the aspect ratio of pixels automatically such that the window is kept filled as...

Lets assume that I have 2 medical images that are co-registered. For example: 1. A CT image. 2. The result of a segmentation algorithm on this image. It would be...

feature request

Hi, I am confused by the arrangement of multiple figures in a grid. I begin with the example code in the README, ```julia gui = imshow_gui((300, 300), (2, 1)) #...

bug

There seems to be some detail missing in the calculation of annotation positions to put them in the right place when the image is zoomed it. This is a sample...

bug

Is there a way to save an annotated image to a .png, for example?

feature request

I've built a visual checkpoint routine with ImageView that displays an image, annotates it, then writes the image out with write_to_png. Without moving to something like Cairo, is there a...

feature request

When viewing a 3D volume (e.g., movie, CT, MRI), at the moment the only way to move from one single frame/slice to the next one seems to be via clicking...

feature request