From: frog Date: Fri, 24 Sep 2004 11:34:38 +0000 (+0000) Subject: See 2004-09-24 entry. X-Git-Tag: Version0.6.bp~161 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=327dd75a5c83ef06546abfb5d3df73fdd603c603;hp=293b091c68447d30c8bda413cff1d6d76d9326a4;p=gdcm.git See 2004-09-24 entry. --- diff --git a/Doc/DoxyIntroduction.txt b/Doc/DoxyIntroduction.txt deleted file mode 100644 index b1f53e55..00000000 --- a/Doc/DoxyIntroduction.txt +++ /dev/null @@ -1,43 +0,0 @@ -/** - * \page DoxyIntroduction Introduction - * - * Gdcm -which stands for Gnu DiCoM- is yet another C++ library - * dedicated to reading/parsing and writing - * Dicom files. - * - * \section DoxyFeatures Features - * - gdcm implements the - * - * dicom base standard part 5 that concentrates on image file format. - * Hence gdcm supports the following formats: - * -# ACR-NEMA version 1 and 2 - * -# Dicom version 3. - * - gdcm is distributed with Berkeley-like license - * for the license. - * - gdcm targets both GNU/Un*ces and Windows/VC++ (see \ref - * DoxyRequirements). - * - gdcm comes with \ref DoxyPythonComplete it's - * Python wrappers. - * . - * - * \section DoxyLimitation Design limitations - * - gdcm does not implement any other part of the Dicom base standard as - * opposed to - * CTN - * or - * - * DCMTK. In particular gdcm is not aware of: - * -# the Dicom network file exchange protocol. - * -# the Dicom media storage formats. - * . - * . - * - * - * \section DoxyTODO Features to come (TODO list) - * - offer Dicom jpeg compressed image support, - * - enable Dicom header parsing of sequences and overlays, - * - distribute a VTK - * thin wrapper of gdcm (essentially a vtkGdcmImageReader). - * . - * Installing gdcm and gdcmPyton: \ref DoxyInstallation - */