Search found 8 matches

by hesham
Thu, 2008-07-03, 17:19
Forum: DCMTK - General
Topic: Large Multi-frame images
Replies: 25
Views: 34247

Jörg, I just want to thank you very much about your feedback. I was able to open a multi-frame DICOM file and extracting its compressed frames one by one using he new technique: 1- Open DICOM file to DcmDataset 2- Get DcmPixelData element from the dataset 3- DcmPixelData::getUncompressedFrame(datase...
by hesham
Thu, 2008-07-03, 10:41
Forum: DCMTK - General
Topic: Large Multi-frame images
Replies: 25
Views: 34247

I successfully have uncompressed frame.
what should I do with this frame? How can I use it with DicomImage to get the correct Image?
by hesham
Thu, 2008-07-03, 10:26
Forum: DCMTK - General
Topic: Large Multi-frame images
Replies: 25
Views: 34247

sorry, I found it.
I was looking under doc folder :oops:
by hesham
Thu, 2008-07-03, 10:22
Forum: DCMTK - General
Topic: Large Multi-frame images
Replies: 25
Views: 34247

actaully I got the latest version, compiled ok but can't find the changes file u mentioned, latest one is CHANGES.354
by hesham
Thu, 2008-07-03, 08:05
Forum: DCMTK - General
Topic: Large Multi-frame images
Replies: 25
Views: 34247

could u please tell me what is this experimental code and how can I use it.
by hesham
Wed, 2008-07-02, 16:02
Forum: DCMTK - General
Topic: Large Multi-frame images
Replies: 25
Views: 34247

Hi,
jcarnulfo could you please give more infor about how to DcmPixelItem objects in the sequence
I ma new to DCMTK and don't know how to deal with sequences
by hesham
Sun, 2008-06-01, 16:02
Forum: DCMTK - General
Topic: Transfer Syntax Entries Meaning
Replies: 1
Views: 3064

Transfer Syntax Entries Meaning

Where can I found information about the E_TransferSyntax enumerator
I need this information to be able to adjust compressor parameters if transfer syntax will use this compressor.
Your help will be so much appreciated
:?:
by hesham
Tue, 2005-08-02, 23:23
Forum: DCMTK - Installation
Topic: A question about error Link2005(MSDV)
Replies: 21
Views: 45288

Can link with MDd but ?!!!

Hi I have the same problem like you, after working arround with CMake, I found that disbaling the use of the support libraries (zlib, xml, etc..) will correct the problem. It seems that the support libraries need to build using the MDd option also. I stucked with the zlib compilation, can't figure o...