From: jpr Date: Tue, 14 Jun 2005 14:57:39 +0000 (+0000) Subject: Add (-kb) 16 bits images with 16 bits palette color X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5e8e0000900e024532dbc04c3e9047338bb58fd1;p=gdcmData.git Add (-kb) 16 bits images with 16 bits palette color --- diff --git a/ImageRecap.txt b/ImageRecap.txt index cd48808..0efd669 100644 --- a/ImageRecap.txt +++ b/ImageRecap.txt @@ -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 index 0000000..bb81d2c Binary files /dev/null and b/rle16loo.dcm differ diff --git a/rle16sti.dcm b/rle16sti.dcm new file mode 100644 index 0000000..2a4f785 Binary files /dev/null and b/rle16sti.dcm differ