Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/webviewer.rst @ 358:011b01ccf52d
fixing external hyperlinks
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Mar 2020 18:47:35 +0200 |
parents | 861643d5f808 |
children | 84e3a2612c36 |
comparison
equal
deleted
inserted
replaced
357:6b432ce3a56e | 358:011b01ccf52d |
---|---|
7 .. contents:: | 7 .. contents:: |
8 | 8 |
9 This **official** plugin extends Orthanc with a Web viewer of medical images. | 9 This **official** plugin extends Orthanc with a Web viewer of medical images. |
10 | 10 |
11 For general information, check out the `official homepage of the | 11 For general information, check out the `official homepage of the |
12 plugin <http://www.orthanc-server.com/static.php?page=web-viewer>`__. | 12 plugin <https://www.orthanc-server.com/static.php?page=web-viewer>`__. |
13 | 13 |
14 | 14 |
15 Compilation | 15 Compilation |
16 ----------- | 16 ----------- |
17 | 17 |
27 $ make | 27 $ make |
28 | 28 |
29 The compilation will produce a shared library ``OrthancWebViewer`` | 29 The compilation will produce a shared library ``OrthancWebViewer`` |
30 that contains the Web viewer plugin. Pre-compiled binaries for | 30 that contains the Web viewer plugin. Pre-compiled binaries for |
31 Microsoft Windows `are also available | 31 Microsoft Windows `are also available |
32 <http://www.orthanc-server.com/browse.php?path=/plugin-webviewer>`__. | 32 <https://www.orthanc-server.com/browse.php?path=/plugin-webviewer>`__. |
33 | 33 |
34 *Remark:* Some older build instructions are also available in the | 34 *Remark:* Some older build instructions are also available in the |
35 `source distribution | 35 `source distribution |
36 <https://bitbucket.org/sjodogne/orthanc-webviewer/src/default/Resources/BuildInstructions.txt>`__. | 36 <https://bitbucket.org/sjodogne/orthanc-webviewer/src/default/Resources/BuildInstructions.txt>`__. |
37 | 37 |
75 | 75 |
76 Once a :ref:`DICOM series <model-world>` is opened using Orthanc | 76 Once a :ref:`DICOM series <model-world>` is opened using Orthanc |
77 Explorer, a yellow button entitled ``Orthanc Web Viewer`` will show | 77 Explorer, a yellow button entitled ``Orthanc Web Viewer`` will show |
78 up. It will open the Web viewer for that particular series. See also | 78 up. It will open the Web viewer for that particular series. See also |
79 the demonstration video on `official homepage of the plugin | 79 the demonstration video on `official homepage of the plugin |
80 <http://www.orthanc-server.com/static.php?page=web-viewer>`__. | 80 <https://www.orthanc-server.com/static.php?page=web-viewer>`__. |
81 | 81 |
82 | 82 |
83 Advanced options | 83 Advanced options |
84 ---------------- | 84 ---------------- |
85 | 85 |
109 * ``Threads`` specifies the number of threads that are used by the | 109 * ``Threads`` specifies the number of threads that are used by the |
110 plugin to decode the DICOM images. | 110 plugin to decode the DICOM images. |
111 * ``EnableGdcm`` specifies whether `GDCM | 111 * ``EnableGdcm`` specifies whether `GDCM |
112 <https://sourceforge.net/projects/gdcm/>`__ should be used to decode | 112 <https://sourceforge.net/projects/gdcm/>`__ should be used to decode |
113 DICOM images, replacing the built-in decoder of Orthanc that | 113 DICOM images, replacing the built-in decoder of Orthanc that |
114 internally uses `DCMTK <http://dicom.offis.de/dcmtk.php.en>`__. | 114 internally uses `DCMTK <https://dicom.offis.de/dcmtk.php.en>`__. |
115 This is notably necessary to deal with DICOM images encoded using | 115 This is notably necessary to deal with DICOM images encoded using |
116 `JPEG2000 <https://en.wikipedia.org/wiki/JPEG_2000>`__, as this | 116 `JPEG2000 <https://en.wikipedia.org/wiki/JPEG_2000>`__, as this |
117 format is not readily supported by the core version of DCMTK. By | 117 format is not readily supported by the core version of DCMTK. By |
118 default, this option is set to ``true``. | 118 default, this option is set to ``true``. |
119 | 119 |