view Sphinx/source/faq/supported-images.rst @ 15:258906898ac1

iis
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 19 Jun 2016 14:38:01 +0200
parents 901e8961f46e
children 669ea65ba7fb
line wrap: on
line source

.. _supported-images:

Supported DICOM images
======================

Orthanc can **receive/store/send** any kind of standard DICOM files
(cf. the `DICOM conformance statement
<https://bitbucket.org/sjodogne/orthanc/src/default/Resources/DicomConformanceStatement.txt>`__).

However, its core engine is not able to **render** all of them as PNG
images. An image that Orthanc cannot decode is displayed as
"Unsupported" by Orthanc Explorer. Currently, the core engine of
Orthanc can decode:

* uncompressed (raw) DICOM files,
* JPEG DICOM files, and
* JPEG-LS DICOM files.

The supported photometric interpretations are:

* RGB,
* Grayscale2.

The Orthanc core supports from 8bpp to 16bpp depth, with integer
values.  Multiframe (notably cine), uncompressed DICOM instances can
also be displayed from Orthanc Explorer.

Other type of encodings are available in the `Web viewer plugin
<http://www.orthanc-server.com/static.php?page=web-viewer>`__, that
mostly supports whatever is supported by the well-known `GDCM toolkit
<http://sourceforge.net/projects/gdcm/>`__ by Mathieu Malaterre. Note
that multiframe (notably cine) DICOM instances are currently not
supported by the Web viewer plugin. It is also planned to create a
`plugin to extend the image formats <https://trello.com/c/MAh6vIXF>`__
that are supported by the Orthanc core.