Mercurial > hg > orthanc-stone
diff README @ 9:4cf45e539cd9
notes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Oct 2016 09:03:30 +0200 |
parents | 00ff2cd06d13 |
children | ed07f4bbf1a8 |
line wrap: on
line diff
--- a/README Mon Oct 17 17:01:51 2016 +0200 +++ b/README Wed Oct 19 09:03:30 2016 +0200 @@ -16,17 +16,22 @@ engine (based upon pixman). This engine will use CPU hardware acceleration if available (notably SSE2, SSSE3, and NEON instruction sets), but not the GPU. This makes Stone a highly versatile framework -that can run even on low-performance platforms. Stone is able to -display DICOM series without having to entirely store them in the RAM. +that can run even on low-performance platforms. Note that Stone is +able to display DICOM series without having to entirely store them in +the RAM (i.e. frame by frame). + +Thanks to its standalone rendering engine, Stone of Orthanc is also +compatible with any GUI framework (such as Qt, wxWidgets, MFC...). The +provided sample applications use the SDL framework. -Stone of Orthanc is conceived as a companion toolbox to the Orthanc -VNA (vendor neutral archive, i.e. DICOM server). As a consequence, -Stone will smoothly interface with Orthanc out of the -box. Interestingly, Stone does not contain any DICOM toolkit: It -entirely relies on the REST API of Orthanc to parse/decode DICOM -images. However, thanks to the object-oriented architecture of Stone, -it is possible to avoid this dependency upon Orthanc, e.g. to download -DICOM datasets using DICOMweb. +Stone is conceived as a companion toolbox to the Orthanc VNA (vendor +neutral archive, i.e. DICOM server). As a consequence, Stone will +smoothly interface with Orthanc out of the box. Interestingly, Stone +does not contain any DICOM toolkit: It entirely relies on the REST API +of Orthanc to parse/decode DICOM images. However, thanks to the +object-oriented architecture of Stone, it is possible to avoid this +dependency upon Orthanc, e.g. to download DICOM datasets using +DICOMweb. Comparison