Jan Eglinger
Jan Eglinger
@tibuch did you ever get around to investigating this? 😉 😆
Adding to this, it would also be great if the thumbnail would show a _normalized_ version of the image, taking into account the actual min and max of the full...
> For thumbnails we could only calculate the min/max for the given thumbnail? However, this might be misleading?! This would be at least more useful than displaying an entirely black...
Yes, the behavior with mapped network drives is very annoying actually (since a while already): With a given server `\\myserver.example.com\some\share` mounted on drive letter `X:\`: * the *Image Reader (Table)*...
Any news on this? I'm still suffering severe performance issues with the Image Writer. Here's an example benchmark workflow: [Image Writer Performance.zip](https://github.com/knime-ip/knip/files/375462/Image.Writer.Performance.zip) I get the following writing times for the...
The slowness issue is reproducible in ImageJ, the relevant SCIFIO issue is https://github.com/scifio/scifio/issues/310.
Yes, allowing the user to specify the out-of-bounds strategy would definitely solve this. Also, defaulting to an `extendBorder` strategy would lead to a less surprising behavior for most use cases,...
> (as is required for bitmasks after the Feature Calculator (BETA) node currently - another bug?) I opened an issue for this one: https://github.com/knime-ip/knip/issues/506
I noticed the same issue with *Adjust Dimensionality?* being checked and cropping an XYZ image with a defined Z range: after a *Global Thresholder* and a *Connected Component Analysis*, the...
I noticed that this can also problems when trying to use a legacy `ij.ImagePlus` as an input parameter in an ImageJ2 plugin. I got: ``` ERROR ThreadPool An exception occurred...