]> Creatis software - gdcmData.git/commitdiff
Add (-kb) 16 bits images with 16 bits palette color
authorjpr <jpr>
Tue, 14 Jun 2005 14:57:39 +0000 (14:57 +0000)
committerjpr <jpr>
Tue, 14 Jun 2005 14:57:39 +0000 (14:57 +0000)
ImageRecap.txt
rle16loo.dcm [new file with mode: 0644]
rle16sti.dcm [new file with mode: 0644]

index cd48808c3c50e76c84675e051aac7432d381c1f3..0efd669db72203cfc2234572f2a8a84af6506555 100644 (file)
@@ -107,11 +107,19 @@ KODAK-12-MONO1-Odd_Terminated_Sequence.dcm TransferSyntaxName= [Uncompressed ACR
 
 PALETTE COLOR
 -------------
-LEADTOOLS_FLOWERS-8-PAL-Uncompressed.dcm   TransferSyntaxName= [Explicit VR - Little Endian] PhotometricInterpretation=PALETTE COLOR  pixelType=8U SamplesPerPixel=1 PlanarConfiguration=2
-LEADTOOLS_FLOWERS-8-PAL-RLE.dcm            TransferSyntaxName= [RLE Lossless] PhotometricInterpretation=PALETTE COLOR  pixelType=8U SamplesPerPixel=1 PlanarConfiguration=2
-US-PAL-8-10x-echo.dcm                      TransferSyntaxName= [RLE Lossless] PhotometricInterpretation=PALETTE COLOR  pixelType=8U SamplesPerPixel=1 PlanarConfiguration=0
-OT-PAL-8-face.dcm                          TransferSyntaxName= [Uncompressed ACR-NEMA] PhotometricInterpretation=PALETTE COLOR  pixelType=8U SamplesPerPixel=1 PlanarConfiguration=1
-gdcm-US-ALOKA-16.dcm                       TransferSyntaxName= [Implicit VR - Little Endian] PhotometricInterpretation=PALETTE COLOR  pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0
+- With Palette Color Lookup Tables : 8 Bits per Pixel
+----------------------------------
+LEADTOOLS_FLOWERS-8-PAL-Uncompressed.dcm                     pixelType=8U  Smpl.P.Pix.=1 Plan.Config.=2 Photom.Interp.=PALETTE COLOR  TransferSyntaxName= [Explicit VR - Little Endian]
+LEADTOOLS_FLOWERS-8-PAL-RLE.dcm                              pixelType=8U  Smpl.P.Pix.=1 Plan.Config.=2 Photom.Interp.=PALETTE COLOR  TransferSyntaxName= [RLE Lossless]
+US-PAL-8-10x-echo.dcm                                        pixelType=8U  Smpl.P.Pix.=1 Plan.Config.=0 Photom.Interp.=PALETTE COLOR  TransferSyntaxName= [RLE Lossless]
+OT-PAL-8-face.dcm                                            pixelType=8U  Smpl.P.Pix.=1 Plan.Config.=1 Photom.Interp.=PALETTE COLOR  TransferSyntaxName= [Uncompressed ACR-NEMA]
+- With Palette Color Lookup Tables : 16 Bits per Pixel
+----------------------------------
+rle16sti.dcm                                                 pixelType=16U  Smpl.P.Pix.=1 Plan.Config.=0 Photom.Interp.=PALETTE COLOR  TransferSyntaxName= [RLE Lossless]                              
+rle16loo.dcm                                                 pixelType=16U  Smpl.P.Pix.=1 Plan.Config.=0 Photom.Interp.=PALETTE COLOR  TransferSyntaxName= [RLE Lossless]
+- With Segmented Palette Color Lookup Tables : 16 Bits Per Pixel
+--------------------------------------------
+gdcm-US-ALOKA-16.dcm                                         pixelType=16U Smpl.P.Pix.=1 Plan.Config.=0 Photom.Interp.=PALETTE COLOR  TransferSyntaxName= [Implicit VR - Little Endian]
 
 
 RGB
@@ -312,8 +320,9 @@ PHILIPS_Gyroscan-12-MONO2-Jpeg_Lossless.dcm       TransferSyntaxName= [JPEG Loss
 gdcm-JPEG-LossLess3a.dcm                          TransferSyntaxName= [JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])] PhotometricInterpretation=MONOCHROME2  pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0
 3E768EB7.dcm                                      TransferSyntaxName= [JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])] PhotometricInterpretation=MONOCHROME2  pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0
 PHILIPS_Integris_V-10-MONO2-Multiframe.dcm        TransferSyntaxName= [Implicit VR - Little Endian] PhotometricInterpretation=MONOCHROME2  pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0
+
 ==>These ones are *really* unusual :
-- SQ with legth=0
+- SQ with length=0
 MARCONI_MxTWin-12-MONO2-JpegLossless-ZeroLengthSQ.dcm TransferSyntaxName= [JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])] PhotometricInterpretation=MONOCHROME2  pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0 Icon Image Sequence
 - 134 SQ Items :
 PICKER-16-MONO2-Nested_icon.dcm                   TransferSyntaxName= [Implicit VR - Little Endian] PhotometricInterpretation=MONOCHROME2  pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0 Icon Image Sequence
diff --git a/rle16loo.dcm b/rle16loo.dcm
new file mode 100644 (file)
index 0000000..bb81d2c
Binary files /dev/null and b/rle16loo.dcm differ
diff --git a/rle16sti.dcm b/rle16sti.dcm
new file mode 100644 (file)
index 0000000..2a4f785
Binary files /dev/null and b/rle16sti.dcm differ