changeset 236:a26894955703 transcoding

readme
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 May 2020 14:51:30 +0200
parents 85b6a8bf8c7b
children f18f6e7269b3
files README
diffstat 1 files changed, 8 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu May 14 15:49:58 2020 +0200
+++ b/README	Fri May 15 14:51:30 2020 +0200
@@ -12,16 +12,15 @@
 Dependencies
 ------------
 
-The Web viewer is based upon the following projects:
+The Web viewer is based upon the Cornerstone project, a client-side
+JavaScript library to display medical images in Web browsers, by Chris
+Hafey <chafey@gmail.com>:
+https://github.com/chafey/cornerstone
 
-* Cornerstone, a client-side JavaScript library to display medical
-  images in Web browsers, by Chris Hafey <chafey@gmail.com>:
-  https://github.com/chafey/cornerstone
-
-* GDCM, an open-source implementation of the DICOM standard with
-  advanced features for image decoding, by Mathieu Malaterre
-  <mathieu.malaterre@gmail.com>:
-  http://sourceforge.net/projects/gdcm/
+In releases < 3.0, this plugin was also implementing primitives to
+decode DICOM images using GDCM in Orthanc. Starting with release 3.0,
+these primitives are available as part of the "orthanc-gdcm" plugin:
+http://sourceforge.net/projects/gdcm/
 
 
 Installation and usage