Search found 3 matches

by jatinkdash
Wed, 2010-05-26, 05:06
Forum: DCMTK - General
Topic: Byte by Byte reading DICOM image
Replies: 4
Views: 6101

Thanks a lot.
by jatinkdash
Thu, 2010-05-20, 17:40
Forum: DCMTK - General
Topic: Byte by Byte reading DICOM image
Replies: 4
Views: 6101

Yes DICOM Image data refers to pixeldata. dcmdump is an executable that does this offline but how to develop a piece of code to read the pixeldata and store it in a raw file?
by jatinkdash
Thu, 2010-05-20, 05:10
Forum: DCMTK - General
Topic: Byte by Byte reading DICOM image
Replies: 4
Views: 6101

Byte by Byte reading DICOM image

How to read a DICOM image data byte by byte using DCMTK and write it to a raw file? As the header length in DICOM Image is variable, how to know the offset for the image date in a DICOM Image so as to read the image data byte by byte.