X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FWebsite%2FNews.html;h=db5827e6997b71214ec03f152e6fd37999b8de08;hb=c68e4cf4e6ffeff9ce40adf544c237aa3a612f1e;hp=4d6596e06400f9dd8f15e5bafd1c9ab30d31e62a;hpb=0b973a523f131377746462125c81f7bae2b1a50d;p=gdcm.git diff --git a/Doc/Website/News.html b/Doc/Website/News.html index 4d6596e0..db5827e6 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -24,10 +24,6 @@ Any contribution is welcome. @@ -62,7 +59,6 @@ Any contribution is welcome. @@ -71,7 +67,22 @@ Any contribution is welcome.
  • Both vtkgdcmViewer and vtkgdcmViewer2 are available to allow easy displaying of single/multiframe GreyLevel/RGB/PaletteColor images - +
  • DICOMDIR anonymiser (Load and Noload mode)
  • User is now allowed to tell gdcm::Document constructor + he doesn't want to deal with SeqEntry + (every time it's possible)
    and/or he doesn't + want to deal with Shadow groups (every time it's + possible)
    + use :
    + gdcm::File *f = new gdcm::File();
    + f->SetLoadMode(NO_SEQ | NO_SHADOW);
    + f->Load(fileName);
    +
    + instead of :
    + + gdcm::File *f = new gdcm::File(fileName); +
    + +
  • Bug fixes @@ -84,7 +95,9 @@ Any contribution is welcome. does not request any longer from the user to build up 'manually' the Meta Elements group (0002)
  • Old '24 Bits' ACR-NEMA are now correctly re-written in DICOM mode. - +
  • Element 0x0000 of Shadow groups is always forced to be a + ValEntry and its VR is forced to UL +
  • A.P.I. breaking modifications (since previous version : 1.0) @@ -93,7 +106,6 @@ Any contribution is welcome. -
  • Known bugs
  • a gdcm::SeqEntry -
  • Removal of useless accessors GetXxxByname, SetXxxByname -
  • Removal of accessors GetXxxByNumber, SetXxxByNumber, - renamed as GetXxx, SetXxx +
  • Removal of useless accessors GetXxxByname, SetXxxByname +
  • Renaming of accessors GetXxxByNumber, SetXxxByNumber + as follow : +