comparison README @ 253:61a4b7fa86dc

making "transcoding" branch the new mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 May 2020 08:20:06 +0200
parents 1d761296eb8d
children 924f737bdd8a
comparison
equal deleted inserted replaced
240:40a433acf26a 253:61a4b7fa86dc
10 10
11 11
12 Dependencies 12 Dependencies
13 ------------ 13 ------------
14 14
15 The Web viewer is based upon the following projects: 15 The Web viewer is based upon the Cornerstone project, a client-side
16 JavaScript library to display medical images in Web browsers, by Chris
17 Hafey <chafey@gmail.com>:
18 https://github.com/chafey/cornerstone
16 19
17 * Cornerstone, a client-side JavaScript library to display medical 20 In releases < 2.6, this plugin was also implementing primitives to
18 images in Web browsers, by Chris Hafey <chafey@gmail.com>: 21 decode DICOM images using GDCM in Orthanc. Starting with release 2.6,
19 https://github.com/chafey/cornerstone 22 these primitives are available as part of the "orthanc-gdcm" plugin:
20 23 http://sourceforge.net/projects/gdcm/
21 * GDCM, an open-source implementation of the DICOM standard with
22 advanced features for image decoding, by Mathieu Malaterre
23 <mathieu.malaterre@gmail.com>:
24 http://sourceforge.net/projects/gdcm/
25 24
26 25
27 Installation and usage 26 Installation and usage
28 ---------------------- 27 ----------------------
29 28