Project

General

Profile

Bug #427

Updated by Jörg Riesmeier over 8 years ago

see: http://forum.dcmtk.org/viewtopic.php?f=1&t=3475 

 Extract from the dump: 

 <pre> 
 (0002,0010) UI =JPEGLossless:Non-hierarchical-1stOrderPrediction #    22, 1 TransferSyntaxUID 
 ... 
 (7fe0,0010) OW fffe\e000\0000\0000\fffe\e000\b39a\0003\d8ff\c3ff\0b00\0210\0200... # 242610, 1 PixelData 
 </pre> 

 Pixel data on in the main dataset level principal plane (Hauptebene) is not encapsulated packaged as Pixel Items. You won't get any warnings or errors from using dcmdjpeg on such a file, but the pixel data is not decompressed, since the decoder assumes that it is already decompressed (for instance in Icon Image Sequence). 

 The same problem will probably show crop up in other supported compression types in DCMTK.

Back