Nicolas Roduit

Results 308 comments of Nicolas Roduit

Duplicate of https://github.com/nroduit/Weasis/issues/390 As the release notes are automatically generated, this was an error due to a wrong label status. Oblique MPR is currently under development and will be available...

If the images have a random number instance, then the images won't be displayed correctly in other viewers either, as this is the commonly used mode and some viewers don't...

We're closing this issue due to inactivity over the past several months. If the problem persists or if you have any further information to provide, please feel free to reopen...

You should start by [enabling logs in Weasis](https://weasis.org/en/tutorials/logging/). Then the URL syntax doesn't match the API, see the [example on the Orthanc demo server.](https://weasis.org/en/basics/customize/integration/index.html#orthanc-web-server)

We have also noticed this issue when working with multiple segmentation (SEG) files. To make the display and management of several segmentation files easier, we could also provide an option...

This behavior is not considered a bug. The magnifying lens in Weasis has its own zoom factor, which is independent of the main view. Sometimes, this is useful to have...

It could be possible to have checkbox items, but for the freeze image action, it doesn't make sense to apply the parameters related to another image. That's why it seems...

As mentioned above, code with the `finalize()` method can't be compiled from Java 18 and then the Finalizer mechanism will be removed (for now it can be disabled). So it...

@sgjava I clearly disagree with your statement that it is up to the developer to free up memory in Java code. The principles of memory management in Java are not...

Sorry, but I can't come to a conclusion between lazy developers who should call `free()` methods and the idea that minimal memory leaks are acceptable. I would prefer to keep...