]> Creatis software - gdcm.git/commit
* ENH - Comment out Mathieu's (dangerous) Super Hack
authorjpr <jpr>
Fri, 14 Jan 2005 15:06:36 +0000 (15:06 +0000)
committerjpr <jpr>
Fri, 14 Jan 2005 15:06:36 +0000 (15:06 +0000)
commit09df242a0fd3c71c18ca62fc0a8d87713f53e217
tree6ae98954029367a3170bb07f42ff339a8c462d5a
parenta6deeec2097c79f183e1ed235701799d1d42c9fb
   * 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
ChangeLog
src/gdcmBinEntry.cxx
src/gdcmHeader.cxx
src/gdcmPixelReadConvert.cxx