Added extra data types info to debug message
This commit is contained in:
parent
484ead14b5
commit
822b1c9566
@ -617,7 +617,7 @@ class ReaderWriterDICOM : public osgDB::ReaderWriter
|
||||
pixelFormat, dataType);
|
||||
|
||||
|
||||
notice()<<"Image dimensions = "<<image->s()<<", "<<image->t()<<", "<<image->r()<<std::endl;
|
||||
notice()<<"Image dimensions = "<<image->s()<<", "<<image->t()<<", "<<image->r()<<" pixelFormat=0x"<<std::hex<<pixelFormat<<" dataType=0x"<<std::hex<<dataType<<std::endl;
|
||||
}
|
||||
else if (pixelData->getPlanes()>numPlanes || pixelData->getRepresentation()>pixelRep)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user