Hi all,
I’m using Orthanc and Stone Web Viewer inside Docker pointing to a dockerized PostgreSQL.
I have some studies with multiple series and some of these series are not working.
It’s valid mentioning that my images just works fine on other viewers.
This are the errors I get in docker-compose logs:
orthanc | W0509 12:49:56.847256 DicomImageDecoder.cpp:338] Unsupported DICOM image: 8bpp, 3 channels, signed, non-planar, RGB photometric interpretation
orthanc | E0509 12:49:56.847363 PluginsManager.cpp:186] Exception while invoking plugin service 6014: Not implemented yet
orthanc | E0509 12:49:56.847374 PluginsManager.cpp:153] Cannot uncompress a DICOM image
orthanc | E0509 12:49:56.847577 PluginsErrorDictionary.cpp:100] Exception inside the plugin engine: Parameter out of range
This is the error I get in Stone:
I couldn’t understand the reason for this problem, does anyone know why this happens?
Best regards,
Bruno