WSICS icon indicating copy to clipboard operation
WSICS copied to clipboard

Windows and Docker both output an invalid image

Open Karelger opened this issue 5 years ago • 5 comments

Currently both the Windows binary and the Dockerized instance output an unreadable image. This is likely due to incorrect DLL's or linking.

  • [x] Determine cause
  • [ ] Implement fix
  • [ ] Release updated version

Karelger avatar Apr 01 '19 07:04 Karelger

Compression method doesn't seem to impact the created image.

Karelger avatar Apr 16 '19 15:04 Karelger

Applying the LUT table also doesn't impact the incorrectly created image. Though the LUT application does require optimizations.

Karelger avatar Apr 18 '19 10:04 Karelger

The issue is indeed caused by incorrect DLL's. The compiled version of the MultiResolutionInterface doesn't seem to be complete or correct, as it differs heavily from the one supplied by the most recent ASAP release.

Karelger avatar May 07 '19 09:05 Karelger

We have the same issue of obtaining an invalid image as output, both with the container version and by compiling WSICS from the sources in Ubuntu 18.04 using the latest ASAP release.

sebastianffx avatar May 10 '19 09:05 sebastianffx

Has this been adressed? Is there a way to fix this? Unfortunately, I also cannot open the output images. I'm in dire need of a method to normalize WSIs and I thought I had finally found a solution.

AGFoersch avatar Apr 16 '20 22:04 AGFoersch