]> Creatis software - gdcm.git/commit
* CLEANUP_ROUND (10) for gdcmPixelConvert (Xanax is my friend stage)
authorfrog <frog>
Sun, 10 Oct 2004 16:43:58 +0000 (16:43 +0000)
committerfrog <frog>
Sun, 10 Oct 2004 16:43:58 +0000 (16:43 +0000)
commitda6bc02a3bb5627685bd70f5503305a7f9b3d7cd
treec68f8f8fcfda24d987837fc9caf00ed39672331e
parent879f56a62d0772c95e92d0657882eb1886b4153d
  * CLEANUP_ROUND (10) for gdcmPixelConvert (Xanax is my friend stage)
    The JPEG fragments are now parsed at the same stage than the RLE
    information. All code related to JPEG is now in gdcmPixelConvert:
    - src/gdcmJPEGFragment.h and gdcmJPEGFragmentsInfo.[h|cxx] added
    - src/gdcmJpeg12.cxx, gdcmJpeg2000.cxx and gdcmJpeg8.cxx no longer
      export a gdcmFile:: method. Those are simply global functions
      (for the time being this is better than having them attach to
       either gdcmFile:: or gdcmPixelConvert::).
    - src/gdcmDocument.[cxx|h], gdcmDocument:: now parser the JPEG fragments
      and stores the result in a gdcmJPEGFragmentsInfo.
    - src/gdcmFile.[cxx|h] and gdcmPixelConvert.[cxx|h]: all JPEG related
      code (among other stuff) moved away from gdcmFile:; to
      gdcmPixelConvert::
16 files changed:
ChangeLog
Doc/Website/CodingStyle.html
src/CMakeLists.txt
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmJPEGFragment.h [new file with mode: 0644]
src/gdcmJPEGFragmentsInfo.cxx [new file with mode: 0644]
src/gdcmJPEGFragmentsInfo.h [new file with mode: 0644]
src/gdcmJpeg12.cxx
src/gdcmJpeg2000.cxx
src/gdcmJpeg8.cxx
src/gdcmPixelConvert.cxx
src/gdcmPixelConvert.h
src/gdcmRLEFramesInfo.h