]> Creatis software - gdcm.git/commit
* ENH : Add the functions gdcmFile::GetImageDataRaw
authorjpr <jpr>
Fri, 31 Oct 2003 10:38:34 +0000 (10:38 +0000)
committerjpr <jpr>
Fri, 31 Oct 2003 10:38:34 +0000 (10:38 +0000)
commit0add622a61a208e9ed5f55b1b48e373b6bf38f39
tree9ddcaff9a114e7cfd1000b7bee67d2c35b3f2367
parent077c77dcf529b27cc5a163e15dfcb872cd5f28f6
 * ENH : Add the functions gdcmFile::GetImageDataRaw
                               gdcmFile::GetImageDataIntoVectorRaw
             that act as GetImageData and GetImageDataIntoVector
     except the making of an RGB Plane from Gray Plane + LUT
     Intended to aware (vtk) users who know how to manage
     such an image :
     After gdcmHeader :
        GetLUTRGBA return a R,G,B,A LUT if any
        lgrTotaleRaw gives the 'Raw' length
        GetImageDataRaw returns the gray Plane
     * FIX : no more dirty trick for 'Segmented xxx Palette Color Lookup' images
             (They stay Grey, just like with other Dicom viewers :-(
     * FIX : a VC++ intended syntax modif broke the 12/12 Bytes expanding
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmHeader.cxx