Search found 2051 matches

by Michael Onken
Tue, 2006-01-03, 15:10
Forum: DCMTK - Installation
Topic: dcmtk 3.5.4 with GCC 3.3 on Mac OS X
Replies: 6
Views: 10510

GCC on Mac OS X

Hi Bernd!

Just a note: I've tested DCMTK 3.5.4 on Mac OS X Tiger with gcc 4 (default). There you can compile the release without problems. Perhaps you're able to update your compiler to get DCMTK 3.5.4 working out of the box.

Best Regards,
Michael
by Michael Onken
Tue, 2006-01-03, 09:40
Forum: DCMTK - General
Topic: whats new for the wlmscpfs
Replies: 1
Views: 3637

Re: whats new for the wlmscpfs

Both tools support some new command line options (see manpages or documentation at http://support.dcmtk.org/docs ). Additionally some smaller changes and bugfixes were integrated. A complete list of changes can be found in the CHANGES.354 file included in the DCMTK source package ( http://www.dcmtk....
by Michael Onken
Tue, 2006-01-03, 09:28
Forum: DCMTK - General
Topic: DCMTK 3.5.4 JPEG Baseline
Replies: 3
Views: 5186

Hi Genghis,

try the other prefer-options (e.g. --prefer-jpeg8 for JPEG Baseline).

Regards,
Michael
by Michael Onken
Fri, 2005-12-23, 09:20
Forum: DCMTK - General
Topic: imagectn database limitations ?
Replies: 2
Views: 4541

Hi, the use of imagectn for 40.000 images and more is not recommended, perhaps not even possible. I can't say for sure, because I'm not very experienced with imagectn code. But there seem to be a few issues to consider: - If the index file reaches a size of 32MB, warnings are printed out to console ...
by Michael Onken
Wed, 2005-12-14, 10:16
Forum: DCMTK - General
Topic: DCM_PixelSpacing
Replies: 3
Views: 6570

Hm, first you could use dcmdump from the DCMTK to check, whether your values are set correctly in the file. I'm not experienced with CT images, but you should check in part 3 of the standard, whether the possible values of "Pixel Spacing" are restricted for CT images.

Good luck,
Michael
by Michael Onken
Wed, 2005-12-14, 10:04
Forum: DCMTK - General
Topic: dcmodify error: tag not found, when it is there!!
Replies: 2
Views: 5174

Hi, Ah, I just discovered that it may be a part of the meta-header, that's why I can't modify it? Yes that's right. Dcmodify can't modify tags in the metaheader and the new dcmodify version in the upcoming release won't allow to specify such a command any more. Is there any way to modify it from a p...
by Michael Onken
Tue, 2005-12-13, 10:31
Forum: DCMTK - General
Topic: WindowCenter \ windowWidth
Replies: 2
Views: 4834

Re: WindowCenter \ windowWidth

Hi,

perhaps section C.11.2.1.2 in part 3 of the standard might give the right answers;-)

Regards,
Michael
by Michael Onken
Tue, 2005-12-13, 09:46
Forum: DCMTK - General
Topic: DCM_PixelSpacing
Replies: 3
Views: 6570

Re: DCM_PixelSpacing

Hi, perhaps you only inserted only one value into the Pixel Spacing Attribute? It has a Value Multiplicity = 2, so you have to enter a pair of values there. In the DCMTK, attribute values with VM>1 are represented by a string with all its value parts separated by a backslash character. So the attrib...
by Michael Onken
Mon, 2005-12-12, 09:27
Forum: DCMTK - General
Topic: GSDF : getOutputData
Replies: 1
Views: 3637

Re: GSDF : getOutputData

Hi,

from viewtopic.php?t=363 :
[getOutputData()] transforms the stored pixel data according to the (grayscale) transformation pipeline as described in the DICOM standard (i.e. applies modality and VOI transform if applicable).
Regards
Michael Onken
by Michael Onken
Tue, 2005-11-15, 09:41
Forum: DCMTK - General
Topic: Extracting Tag Data using Borland C++ Builder
Replies: 11
Views: 15425

Hi Dave, Borland C++ Compiler is not actively supported by the DCMTK. However it should be possible to compile the toolkit using this compiler, too. The necessary code to extract tags from a DICOM file is contained in the module "dcmdata", which itself needs classes from module "ofstd...
by Michael Onken
Tue, 2004-11-09, 23:33
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 24175

Hi David, every private tag you use in your dicom file must have a reservation context. This reservation tag looks like gggg,00xx, where gggg is a private (=odd) group number and 10<xx<FF. The tag gggg,00xx then reserves a range of private tags from gggg,xx00-gggg,xxFF for the private creator, that ...