Wouter-Michiel Vierdag
Wouter-Michiel Vierdag
### 🐛 Bug Report When taking a screenshot with the soon to be added `fit_to_data` functionality [#6730](https://github.com/napari/napari/pull/6730) it was noticed that when the canvas size changes, the size of the...
# References and relevant issues closes #6114 closes #4943 I would open a separate issue for `fit_to_data` for the 3D use case and perhaps also a separate issue to take...
With `dask-exprs` landed, we need to adjust the code base for compatibility. Until we are compatible the version of dask used is constrained to a specific version.
HiLO LUT
## 🚀 Feature Implement the HiLo LUT that is also present in FIJI for the purpose of intensity clipping as shown below: ## Motivation (https://forum.image.sc/t/add-hilo-colormap-to-napari/95601/4)
# References and relevant issues Will add all these later # Description This PR implements the initial backend changes required for having multichannel view (multiple viewboxes with synchronized cameras). There...
# References and relevant issues depends on #6730 closes #6758 # Description This PR is another step in napari to go towards easily creating publication ready figures. The main problem...
## 🚀 Feature A napari multicanvas view has been a long-requested feature that could be implemented in different ways. There are two main approaches that we are interested in: -...
## 🚀 Feature When drawing rois for large regions using the Shapes layer, if you are zoomed in and the region extends beyond the canvas shift the camera when the...
This PR serves to provide a barebone annotation widget. At the moment only shape annotations are supported but I am to extend this to points and perhaps labels as well....