comparison Sphinx/source/faq/supported-images.rst @ 657:566f0af3e4ed

dicom-sr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Apr 2021 18:02:04 +0200
parents 2922fb1bd65e
children 1316bc62b5d5
comparison
equal deleted inserted replaced
656:55a93745e874 657:566f0af3e4ed
8 <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/DicomConformanceStatement.txt>`__). 8 <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/DicomConformanceStatement.txt>`__).
9 Note that the ``UnknownSopClassAccepted`` :ref:`configuration option 9 Note that the ``UnknownSopClassAccepted`` :ref:`configuration option
10 <configuration>` can be set to `true` if interfacing with modalities 10 <configuration>` can be set to `true` if interfacing with modalities
11 that are producing non-standard SOP classes. 11 that are producing non-standard SOP classes.
12 12
13 Orthanc Explorer can **display the raw DICOM tags** of any such DICOM 13 Orthanc Explorer can also **display the raw DICOM tags** of any such
14 file (including notably DICOM-SR structured reports). 14 DICOM file.
15 15
16 However, the core engine of Orthanc is not able to **render all of the 16 For instance, **DICOM-SR and DICOM-RT** instances are supported by
17 DICOM files as PNG images**. An image that Orthanc cannot decode is 17 Orthanc, i.e. such file can be received/stored/retransmitted with
18 displayed as "Unsupported" by clicking on the "Preview" buttons of 18 Orthanc. However, if you need to analyze/create such files, you will
19 Orthanc Explorer. Currently, the core engine of Orthanc can decode: 19 have to resort on another specialized tool.
20
21 As far as pixel data is concerned, the core engine of Orthanc is **not
22 able to render all of the DICOM instances as PNG images**. An image
23 that Orthanc cannot decode is displayed as "Unsupported" by clicking
24 on the "Preview" buttons of Orthanc Explorer. Currently, the core
25 engine of Orthanc can decode:
20 26
21 * uncompressed (raw) DICOM files, 27 * uncompressed (raw) DICOM files,
22 * JPEG DICOM files, and 28 * JPEG DICOM files, and
23 * JPEG-LS DICOM files. 29 * JPEG-LS DICOM files.
24 30
25 The supported photometric interpretations are: 31 The supported photometric interpretations are:
26 32
27 * RGB, 33 * RGB,
28 * Grayscale2. 34 * Grayscale2,
35 * YUV if dealing with JPEG derivatives.
29 36
30 The Orthanc core supports from 8bpp to 16bpp depth, with integer 37 The Orthanc core supports from 8bpp to 16bpp depth, with integer
31 values. Multiframe (notably cine), uncompressed DICOM instances can 38 values. Multiframe (notably cine), uncompressed DICOM instances can
32 also be displayed from Orthanc Explorer. 39 also be displayed from Orthanc Explorer.
33 40