Mercurial > hg > orthanc-book
annotate Sphinx/source/faq/supported-images.rst @ 62:4b332c3d7824
moving TODO out of Trello
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Nov 2016 11:33:43 +0100 |
parents | 669ea65ba7fb |
children | 008091376e7a |
rev | line source |
---|---|
0 | 1 .. _supported-images: |
2 | |
3 Supported DICOM images | |
4 ====================== | |
5 | |
6 Orthanc can **receive/store/send** any kind of standard DICOM files | |
7 (cf. the `DICOM conformance statement | |
8 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/DicomConformanceStatement.txt>`__). | |
9 | |
10 However, its core engine is not able to **render** all of them as PNG | |
11 images. An image that Orthanc cannot decode is displayed as | |
12 "Unsupported" by Orthanc Explorer. Currently, the core engine of | |
13 Orthanc can decode: | |
14 | |
15 * uncompressed (raw) DICOM files, | |
16 * JPEG DICOM files, and | |
17 * JPEG-LS DICOM files. | |
18 | |
19 The supported photometric interpretations are: | |
20 | |
21 * RGB, | |
22 * Grayscale2. | |
23 | |
24 The Orthanc core supports from 8bpp to 16bpp depth, with integer | |
25 values. Multiframe (notably cine), uncompressed DICOM instances can | |
26 also be displayed from Orthanc Explorer. | |
27 | |
28 Other type of encodings are available in the `Web viewer plugin | |
29 <http://www.orthanc-server.com/static.php?page=web-viewer>`__, that | |
30 mostly supports whatever is supported by the well-known `GDCM toolkit | |
25 | 31 <https://sourceforge.net/projects/gdcm/>`__ by Mathieu Malaterre. Note |
62
4b332c3d7824
moving TODO out of Trello
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
25
diff
changeset
|
32 however that multiframe (notably cine) DICOM instances are currently |
4b332c3d7824
moving TODO out of Trello
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
25
diff
changeset
|
33 not supported by the Web viewer plugin. |
4b332c3d7824
moving TODO out of Trello
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
25
diff
changeset
|
34 |
4b332c3d7824
moving TODO out of Trello
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
25
diff
changeset
|
35 Finally, consider having a look at the section in the Orthanc Book |
4b332c3d7824
moving TODO out of Trello
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
25
diff
changeset
|
36 about the :ref:`compatible DICOM viewers <viewers>`. |
4b332c3d7824
moving TODO out of Trello
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
25
diff
changeset
|
37 |