-
I have been exploring the use of napari for displaying large volumetric data and wanted to provide some issues / feedback.
Before that: thanks a lot for developing napari, I really like the design of…
-
## 🚀 Feature
One reason why labels rendering is slow is that every time we update `data`, we run the *whole* image through [`napari.utils.colormaps.colormap_utils.low_discrepancy_image`]()
In fa…
-
## Refactor
As part of improvements to our handling of transforms I propose we move `grid` mode off of the individual layers and have all of that done at the level of the viewer
-
rgba data in numpy is usually represented as an array with n spatial dimensions and 1 channel dimension that has length 3 (for rgb) or length 4 (for rgba). This is a little unfortunate, because the rg…
d-v-b updated
4 years ago
-
Is there any topic that you want to learn? Please response here.
-
The performance and memory consumption of the `SceneCanvas` is currently the main issue that prevents me from using it. Since I'm rather in a hurry, I've implemented a simple `PanZoomCanvas` where I c…
-
## 🐛 Bug
Declarative [sample data URI contributions](https://napari.org/stable/plugins/contributions.html#sample-data-uri) that are read with a plugin (e.g. explicitly by setting the `sample_data.…
-
The sphere sizing in the scatter layer export defined [here](https://github.com/Carifio24/glue-ar/blob/master/glue_ar/scatter.py#L41) should get another look. This is just something that seemed to wor…
-
PyQt5 uses a more restrictive license (GPLv3) that requires developers share any source code for derivative works, under the same license.
gui_tool uses the MIT license, which does not impose the o…
-
## 🐛 Bug
If napari tries to read the settings/preferences file, but fails, it does not start.
One common way this can occur is for people who have both a development install (i.e. some arbitrary…