X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FWebsite%2FNews.html;h=db5827e6997b71214ec03f152e6fd37999b8de08;hb=c68e4cf4e6ffeff9ce40adf544c237aa3a612f1e;hp=8bac7871c7de5c1af3ec38de0e6a409eeb4985f6;hpb=4abaea25379d05c2ad75c46ec0e9cac79e5c6503;p=gdcm.git diff --git a/Doc/Website/News.html b/Doc/Website/News.html index 8bac7871..db5827e6 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -24,10 +24,6 @@ Any contribution is welcome. @@ -70,6 +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 @@ -82,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)