]> Creatis software - gdcm.git/blobdiff - Doc/Website/Main.html
* Added Doc/Website directory, that contains a first raw version
[gdcm.git] / Doc / Website / Main.html
diff --git a/Doc/Website/Main.html b/Doc/Website/Main.html
new file mode 100644 (file)
index 0000000..d7e4344
--- /dev/null
@@ -0,0 +1,97 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+<HEAD>
+   <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+   <TITLE>Gdcm Home Page</TITLE>
+</HEAD>
+
+<BODY>
+
+<!#######################################################################>
+<H1>Gdcm Home Page</H1>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+Gdcm is yet another C++ library dedicated to reading/parsing and writing
+<A HREF="http://medical.nema.org/">Dicom</A> medical files.
+<BR>
+<B>GDCM</B>stands as a short for "<B>G</B>rass roots
+<B>D</B>i<B>C</B>o<B>M</B>. 
+
+<!###################################>
+<H2>What gdcm IS</H2>
+<UL>
+<LI>gdcm implements the
+   <A HREF="http://www.dclunie.com/dicom-status/status.html">
+           dicom base standard <B>part 5</B></A>
+   that concentrates on image file format.
+   Hence gdcm supports the following formats:
+   <UL>
+   <LI>ACR-NEMA version 1 and 2
+   </LI>
+   <LI>Dicom version 3 (including various encoding like jpeg or RLE).
+   </LI>
+   </UL>
+</LI>
+<LI>gdcm is distributed with
+   <A HREF="License.html">Berkeley-like license</A>.
+</LI>
+<LI>gdcm targets both GNU/Un*ces and Windows/VC++
+   (refer to
+   <A HREF="html.developper/DoxyInstallation.html#DoxyRequirements">
+           requirements</A>
+   for details).
+</LI>
+<LI>gdcm comes with a
+   <A HREF="http://public.kitware.com/VTK">VTK</A>
+   shallow wrapper class vtkGdcmReader (refer to
+   <A HREF="">VtkGdcm.html</A>)
+   to ease the burden of VTK users,
+<LI>gdcm also comes with
+   <A HREF="html.developper/DoxyPythonComplete.html">gdcmPython</A>
+   it's
+   <A HREF="http://www.swig.org">SWIG</A>
+   generated
+  <A HREF="http://www.python.org">Python</A>
+  wrappers.
+</LI>
+</UL>
+
+<!###################################>
+<H2>What gdcm is NOT</H2>
+
+Except for
+<A HREF="http://www.dclunie.com/dicom-status/status.html">
+        dicom base standard <B>part 5</B></A>
+gdcm does NOT implement any other part of the Dicom base standard
+(as opposed to other C++ based with open license libraries like
+<A HREF="http://www.offis.de/projekte/ig/dicom/soft-docs/soft01_d.html">
+        DCMTK </A>.
+or
+<A HREF="http://www.erl.wustl.edu/DICOM/ctn.html">CTN</A>).
+<BR>
+In particular <B>gdcm is not aware</B> of:
+<UL>
+<LI>the Dicom network file exchange protocol,
+</LI>
+<LI>the Dicom media storage formats,
+</LI>
+<LI>ANY OTHER PART of Dicom.
+</LI>
+</UL>
+
+<!###################################>
+<H2>What gdcm still misses</H2>
+
+Among all the features of the
+<A HREF="http://www.dclunie.com/dicom-status/status.html">
+        dicom part 5</A>
+gdcm doesn't implement (yet?)
+<UL>
+  <LI>the integration of (optional) overlays on image.
+  </LI>
+</UL>
+
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+</BODY>
+</HTML>