# HG changeset patch # User Sebastien Jodogne # Date 1679667062 -3600 # Node ID 897903f8deb816573027568c7e156719d91de08b # Parent c9d2ae104b1b7fccdb37081a044528319e8ac129 added volview plugin diff -r c9d2ae104b1b -r 897903f8deb8 Sphinx/source/images/VolView.png Binary file Sphinx/source/images/VolView.png has changed diff -r c9d2ae104b1b -r 897903f8deb8 Sphinx/source/plugins.rst --- a/Sphinx/source/plugins.rst Mon Mar 20 14:02:36 2023 +0100 +++ b/Sphinx/source/plugins.rst Fri Mar 24 15:11:02 2023 +0100 @@ -85,6 +85,7 @@ plugins/tcia.rst plugins/indexer.rst plugins/neuro.rst + plugins/volview.rst .. _plugins-contributed: diff -r c9d2ae104b1b -r 897903f8deb8 Sphinx/source/plugins/volview.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/plugins/volview.rst Fri Mar 24 15:11:02 2023 +0100 @@ -0,0 +1,84 @@ +.. _volview: + + +Kitware's VolView plugin +======================== + +.. contents:: + +This **official** plugin by the `ICTEAM institute of UCLouvain +`__ extends +Orthanc with `Kitware's VolView `__ Web +interface for cinematic volume rendering of DICOM data. + + +Usage +----- + +This plugin adds a dedicated button to Orthanc Explorer, which +provides an easy access to VolView (click on the image to view a demo +video): + +.. image:: ../images/VolView.png + :align: center + :width: 800 + :target: https://www.youtube.com/watch?v=taQ6TiFJTHE +| + +Starting with its release 0.8.0, the :ref:`Orthanc Explorer 2 +` plugin also provides a button to open VolView. + +Compilation +----------- + +.. highlight:: bash + +Official releases can be `downloaded from the Orthanc homepage +`__. As +an alternative, the `repository containing the source code +`__ can be accessed using +Mercurial. + +The procedure to compile this plugin is similar of that for the +:ref:`core of Orthanc `. The following commands should work +on most GNU/Linux distributions, provided Docker is installed:: + + $ mkdir Build + $ cd Build + $ ../Resources/CreateVolViewDist.sh + $ cmake .. -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release + $ make + +The compilation will produce a shared library ``libOrthancVolView.so`` +that contains the VolView plugin for Orthanc. + +Pre-compiled Linux Standard Base (LSB) binaries `are available for +download `__. + +Pre-compiled binaries for Microsoft Windows and macOS `are also +available +`__. + +Furthermore, the :ref:`Docker images ` +``jodogne/orthanc-plugins`` and ``osimis/orthanc`` also contain the +plugin. Debian and Ubuntu packages can be found in the +:ref:`standalone repository ` +``https://debian.orthanc-labs.com/``. + + +Configuration +------------- + +.. highlight:: json + +Here is a minimal sample :ref:`configuration file ` to +use this plugin:: + + { + "Plugins" : [ + "/home/user/OrthancVolView/Build/libOrthancVolView.so" + ] + } + +Orthanc must of course be restarted after the modification of its +configuration file. diff -r c9d2ae104b1b -r 897903f8deb8 Sphinx/source/users/cookbook.rst --- a/Sphinx/source/users/cookbook.rst Mon Mar 20 14:02:36 2023 +0100 +++ b/Sphinx/source/users/cookbook.rst Fri Mar 24 15:11:02 2023 +0100 @@ -35,11 +35,12 @@ .. highlight:: bash Furthermore, if you are running Debian 9 (stretch), Debian 10 -(buster), Debian 11 (bullseye), Ubuntu 18.04 LTS (bionic) or Ubuntu -20.04 LTS (focal) on an **AMD64 architecture**, Sébastien Jodogne -maintains a **standalone Debian repository** that provides the latest -versions of the LSB binaries. For instance, here is how to install the -:ref:`Stone Web viewer ` on a barebone Docker setup:: +(buster), Debian 11 (bullseye), Ubuntu 18.04 LTS (bionic), Ubuntu +20.04 LTS (focal), or Ubuntu 22.04 LTS (jammy) on an **AMD64 +architecture**, Sébastien Jodogne maintains a **standalone Debian +repository** that provides the latest versions of the LSB +binaries. For instance, here is how to install the :ref:`Stone Web +viewer ` on a barebone Docker setup:: # docker run --rm -t -i -p 8042:8042 -p 4242:4242 debian:9