Search found 1 match

by YeanXu
Sat, 2012-09-22, 09:36
Forum: DCMTK - General
Topic: can't open this dcm use dcmtk 3.6.0
Replies: 1
Views: 3348

can't open this dcm use dcmtk 3.6.0

my dicom file is http://115.com/file/c2oj2idq I can open this file correctly use other dicom viewer tools, but I can't open it correctly use dcmtk3.6.0, it just all black. my code is : DcmFileFormat FileFormat; if (!FileFormat.loadFile(lpszFileName).good()) { return (char*)pData; } DicomImage *pDico...