Search found 7 matches

by wgx
Wed, 2008-06-04, 15:42
Forum: DCMTK - General
Topic: Can not generate DICOMDIR use dcmgpdir!
Replies: 1
Views: 3107

Can not generate DICOMDIR use dcmgpdir!

D:\dcmgpdir d:\dicom\1.dcm
Error: invalid character(s) in filename: d:\dicom\1.dcm

what reason of this error?
by wgx
Mon, 2008-06-02, 17:19
Forum: DCMTK - General
Topic: why can not convert dicom file to tiff format?
Replies: 2
Views: 3713

Thanks.
How to determine the tiff lib support LZW? I use tiff-3.7.4. Is it support LZW?
by wgx
Sat, 2008-05-31, 16:07
Forum: DCMTK - General
Topic: why can not convert dicom file to tiff format?
Replies: 2
Views: 3713

why can not convert dicom file to tiff format?

My code : DicomImage *image = new DicomImage(m_pDcmDataset, EXS_Unknown); DiTIFFPlugin tiff; tiff.setCompressionType(E_tiffLZWCompression); tiff.setLZWPredictor(E_tiffLZWPredictorDefault); tiff.setRowsPerStrip(0); image->writePluginFormat(&tiff, szFileName, frame); I can not get a tiff file, why?
by wgx
Wed, 2008-05-28, 14:05
Forum: DCMTK - Installation
Topic: what reason about this error?please help me.
Replies: 1
Views: 5246

what reason about this error?please help me.

the error: 1>libpng_o.lib(pngwutil.obj) : error LNK2001: Unresolved External Symbol __iob 1>libpng_o.lib(pngerror.obj) : error LNK2001: Unresolved External Symbol __iob 1>libtiff_o.lib(tif_unix.obj) : error LNK2001: Unresolved External Symbol __iob I use vc++2008, i include the libpng_o.lib and libt...
by wgx
Tue, 2008-05-20, 17:43
Forum: DCMTK - General
Topic: compress/decompress
Replies: 3
Views: 5856

compress/decompress

if use LoadFile() of class DcmFileFormat to load a Dicom File which compressed with JPEG, the data can decompress automantically in DcmFileFormat instance?
by wgx
Sun, 2008-05-11, 09:32
Forum: DCMTK - General
Topic: Where can I find the example for accessing DICOMDIR?
Replies: 1
Views: 3039

Where can I find the example for accessing DICOMDIR?

Where can I find the example for accessing DICOMDIR?Can you give me some example?
Thanks.
by wgx
Thu, 2008-05-08, 15:11
Forum: DCMTK - General
Topic: How to get element type and element length?
Replies: 1
Views: 2821

How to get element type and element length?

How to get element type and element length, and The number of values stored in the Value Field of the specified element?
If the Value Field of the specified element stores more than one values, how to get them?
Thanks.