# HG changeset patch # User Sebastien Jodogne # Date 1589547090 -7200 # Node ID a26894955703e60e2641893288a4c2a6bee13d09 # Parent 85b6a8bf8c7b39a994a94378252b9519d5d2796c readme diff -r 85b6a8bf8c7b -r a26894955703 README --- 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 : +https://github.com/chafey/cornerstone -* Cornerstone, a client-side JavaScript library to display medical - images in Web browsers, by Chris Hafey : - https://github.com/chafey/cornerstone - -* GDCM, an open-source implementation of the DICOM standard with - advanced features for image decoding, by Mathieu Malaterre - : - 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