comparison Sphinx/source/faq/transcoding.rst @ 360:d217af5e6cb3

links to hg
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 20:14:52 +0200
parents a5f7fc9fb611
children 0fb9369e893e
comparison
equal deleted inserted replaced
359:9acb9354da1a 360:d217af5e6cb3
11 the :ref:`transfer syntax <dicom-pixel-data>` of some DICOM instance 11 the :ref:`transfer syntax <dicom-pixel-data>` of some DICOM instance
12 when it has to send it to another modality using the DICOM protocol. 12 when it has to send it to another modality using the DICOM protocol.
13 13
14 Adding support for transcoding is one of the features that is pending 14 Adding support for transcoding is one of the features that is pending
15 on `our roadmap 15 on `our roadmap
16 <https://bitbucket.org/sjodogne/orthanc/src/default/TODO>`__, and for which 16 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__, and for which
17 we are looking for industrial sponsors. 17 we are looking for industrial sponsors.
18 18
19 19
20 Motivation for transcoding 20 Motivation for transcoding
21 -------------------------- 21 --------------------------
106 ``OnStoredInstance()`` callback) or from an :ref:`Orthanc plugin 106 ``OnStoredInstance()`` callback) or from an :ref:`Orthanc plugin
107 <creating-plugins>` (check out 107 <creating-plugins>` (check out
108 ``OrthancPluginRegisterOnStoredInstanceCallback()`` function). A 108 ``OrthancPluginRegisterOnStoredInstanceCallback()`` function). A
109 sample Lua script that converts every incoming DICOM file to the 109 sample Lua script that converts every incoming DICOM file to the
110 JPEG2k transfer syntax is `part of the Orthanc sources 110 JPEG2k transfer syntax is `part of the Orthanc sources
111 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Lua/AutomatedJpeg2kCompression.lua>`__. 111 <https://hg.orthanc-server.com/orthanc/file/default/Resources/Samples/Lua/AutomatedJpeg2kCompression.lua>`__.
112 112
113 113
114 Finally, as a fourth solution, it is possible to **combine two Orthanc 114 Finally, as a fourth solution, it is possible to **combine two Orthanc
115 servers**, the first one being configured to accept any transfer 115 servers**, the first one being configured to accept any transfer
116 syntax, and the second one being responsible to serve the DICOM files 116 syntax, and the second one being responsible to serve the DICOM files