Search found 4 matches

by wassio
Tue, 2008-10-21, 13:31
Forum: DCMTK - General
Topic: Get data from DcmDataset and put it in a buffer
Replies: 7
Views: 6442

Thank you for your help
How to get the data type of the PixelData element ?
by wassio
Fri, 2008-10-17, 14:08
Forum: DCMTK - General
Topic: Get data from DcmDataset and put it in a buffer
Replies: 7
Views: 6442

i want to retrieve the pixel data of the dicom file.
by wassio
Wed, 2008-10-15, 15:10
Forum: DCMTK - General
Topic: Get data from DcmDataset and put it in a buffer
Replies: 7
Views: 6442

thank you for I want to recover the uncompressed data and put it in a buffer. I don't want to save the uncompressed dicom file using methode fileformat.saveFile(opt_ofname, opt_oxfer, opt_oenctype, opt_oglenc,opt_opadenc, (Uint32) opt_filepad, (Uint32)opt_itempad,opt_oDataset); What I want now is to...
by wassio
Mon, 2008-10-13, 09:38
Forum: DCMTK - General
Topic: Get data from DcmDataset and put it in a buffer
Replies: 7
Views: 6442

Get data from DcmDataset and put it in a buffer

Hi,

I made a program that décommresse a Dicom- JPEG lossless.

What I want now is to retrieve only data after decompression from DcmDataset and put it in a buffer.

I did not know how to do it :cry:

Waitting for your help and thank you in advance