From: jpr Date: Tue, 15 Feb 2005 10:18:23 +0000 (+0000) Subject: new News X-Git-Tag: Version1.2.bp~883 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1d595fc50b3ff10f6ab80d27e71c38828a7ddd25;p=gdcm.git new News --- diff --git a/Doc/Website/News.html b/Doc/Website/News.html index 1acc042c..8fd6068d 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -7,10 +7,52 @@ +

Gdcm News

+ +
+

+ + Missing features +

+We know the following are missing; don't loose time looking for them ...
+We know they could be helpfull. We shall add them some day.
+Any contribution is welcome. + + + + + + +

@@ -22,48 +64,25 @@
  • State of the art
  • New Features / Bug fixes
      -
    • +
    • Both vtkgdcmViewer and vtkgdcmViewer2 + are available to allow easy displaying of single/multiframe + GreyLevel/RGB/PaletteColor images
    -
  • A.P.I. breaking modifications (since previous version) +
  • A.P.I. breaking modifications (since previous version : 1.0)
    -
  • Missing features -
      -
    • gdcm doesn't read yet JPEG-LS and JPEG2000 encoded files. -
    • Allow user to tell gdcm::Document constructor he doesn't - want to deal with SeqEntry Allow user to tell gdcm::Document constructor he doesn't - want to deal with Shadow groups -
    • Allow user to tell the Writer he doesn't want to write down - SeqEntry (if any) -
    • Allow user to tell the Writer he doesn't want to write down - Shadow groups (if any) -
    • Icon Image management (Read and Write) -
    • DICOMDIR full management (not limited to - PATIENT/STUDY/SERIE/IMAGE) -
    • Allow user to add an Entry to the default entry list, for - making a DICOMDIR from a root directory -
    • DICOMDIR anonymiser (Load and Noload mode) -
    • 16-bits-LUT full Management -
    • User friendly management of Rescale Slope and - Rescale Intercept -
    • Allow parsing the Shadow groups against a user supplied - Private Dicom Dictionary (pfff!...) -
    • An accurate SerieHelper -
    -
  • Known bugs
      @@ -73,6 +92,7 @@
    • Writing a 'True Dicom' image after reading an ACR-NEMA image requests from the user to build up 'manually' the Meta Elements group (0002)
    • Management, on Big Endian Processors, of unloaded BinEntries +
    • Old '24 Bits' ACR-NEMA are not correctly re-written in DICOM mode.
    @@ -92,7 +112,7 @@
  • State of the art -
  • A.P.I. breaking modifications (since previous version) +
  • A.P.I. breaking modifications (since previous version : 0.6)
    • Use of namespace : all the methods formerly called className::gdcmXxx() are now called className::Xxx() @@ -118,37 +138,6 @@ Documentation"
    -
    -
    -For people who get this new release :
    -
    -We consider now that :
    -- any dicom related file is a gdcm::Document.
    -- a gdcm::Document can be :
    -      - a gdcm::File,     if it contains pixel data,
    -      - a gdcm::DicomDir, if it contains only informations 
    -                          on the files in a given directory
    -
    -- in a gdcm::Document, there are gdcm::DocEntry, that can be :
    -     - gdcm::ContentEntry (any entry that has an actual value,
    -                           *not* an embedded set of other gdcm::DocEntry)
    -                           a gdcm::ContentEntry can be :
    -          - gdcm::ValEntry (whose value is std::string representable 
    -                            e.g. character values, or integers),
    -          - gdcm::BinEntry (whose value is not std::string representable 
    -                            e.g. color palettes, overlays, icons , ...)
    -     - gdcm::Sequence (no proper 'value', but a set of gdcm::SQItems, 
    -                       composed of a set of gdc::DocEntry, recursively)
    - 
    -- in a gdcm::DicomDir, we only deal, hierarchically, with :
    -     - gdcmPatient
    -     - gdcmStudy
    -     - gdcmSerie
    -     - gdcmImage
    -
    - - -

    @@ -159,7 +148,6 @@ We consider now that : This version will be used by Insight Tool Kit (ITK 2.0) at the beginning of 2005.
    It's not yet packaged ...

    -
  • gdcm 0.6 UML Class Diagram version.
  • User Documentation"
  • Developper Documentation"
  • The new gdcmDocument class is a parent class of @@ -179,9 +167,9 @@ We consider now that : they are considered as a set of gdcmSQItems
  • a gdcmSQItem is_a gdcmElementSet -
  • Improvement of the jpeg sub-library: jpeg - compressed Dicom files (lossless and lossy) - might be read (check-it out) +
  • Improvement of the jpeg sub-library: jpeg + compressed Dicom files (lossless and lossy) + might be read (check-it out) @@ -192,9 +180,9 @@ We consider now that :