X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FWebsite%2FNews.html;h=461c05d8356e005230e17dd1cdcdbb2f528d46bb;hb=a74a07febc4564ab7d9500e20fb02ce637409055;hp=dc42ddfd6e1134e463ffcc1c0c432a8408377278;hpb=baa28e5ef49c6497e611fb63ba4baf2bf0831d53;p=gdcm.git diff --git a/Doc/Website/News.html b/Doc/Website/News.html index dc42ddfd..461c05d8 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -8,10 +8,10 @@ - +

Gdcm News

- +

@@ -21,34 +21,91 @@ 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. - -

@@ -62,16 +119,127 @@ Any contribution is welcome.
  • New Features
  • Bug fixes @@ -80,26 +248,34 @@ Any contribution is welcome. high values = dark) and MONOCHROME2 (low values = dark, high values = bright) is now taken into account.
    It's no longer up to the user to change the pixels value - +
  • Writing a 'True Dicom' image after reading an ACR-NEMA image + does not request any longer from the user to build up + 'manually' the Meta Elements group (Ox0002) +
  • Old '24 Bits' ACR-NEMA are now correctly re-written + in DICOM V3 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) -
  • Known bugs + +

    @@ -144,9 +320,27 @@ Any contribution is welcome.
  • 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 : +
      +
    • GetEntryByNumber +       + --> GetEntryValue +
    • GetEntryLengthByNumber --> GetEntryLength +
    • GetEntryOffsetByNumber --> GetEntryOffset +
    • GetEntryVRByNumber +     --> GetEntryVR +
    • +
    • GetDocEntryByNumber +    --> GetDocEntry +
    • GetValEntryByNumber +    --> GetValEntry +
    • GetBinEntryByNumber +    --> GetBinEntry +
    • GetSeqEntryByNumber +    --> GetSeqEntry +