]> Creatis software - gdcm.git/commitdiff
* 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)
    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::


No differences found