X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=48e58c3d588598eb359af9b97faeb076b3c0f744;hb=98e3dbdeff04072919def4f56cefa3b371579d3d;hp=2d27c58a165eb7dc599426f70c908d7d83d51143;hpb=5a0d183707a94e875a595036f64d0bd506faf618;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 2d27c58a..48e58c3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-01-13 Jean-Pierre Roux + * ENH - Comment out Mathieu's (dangerous) Super Hack + for dealing with BIGENDIAN processors + - Move equivalent stuff to BinEntry::WriteContent + When necessary, 16 Bits Pixels are swapped in a small buffer + and then written. This avoid allocating a huge buffer, in + PixelWriteConveror, and avoid modifying the Pixel Area. + Note : + Probabely, the same operation will have to be done when we want + to write image with Big Endian Transfert Syntax, + and we are working onj Little Endian Processor + 2005-01-14 Benoit Regrain * src/gdcmDocument.[h|cxx] : comment all methods concerning a flat hash table.