Search found 2072 matches

by Michael Onken
Fri, 2006-01-06, 11:20
Forum: DCMTK - General
Topic: how can we create DICOM format image from pixel data & tags
Replies: 3
Views: 16340

A minor addition: With DCMTK 3.5.4, there are some new UID options for dcmodify, that allow to generate new Study, Series and SOP Instance UIDs automatically. So this part of the problem could be solved using dcmodify. Concerning your problems with large pixel data values: Did you noticed the +W opt...
by Michael Onken
Thu, 2006-01-05, 10:39
Forum: DCMTK - General
Topic: the libs within DICOM ToolKit (DCMTK)
Replies: 2
Views: 4744

I just noticed, that there is also an entry in the FAQ:

viewtopic.php?t=36

Michael
by Michael Onken
Thu, 2006-01-05, 09:47
Forum: DCMTK - General
Topic: convert 24bit bmp to dicom, picture's color changed,why?
Replies: 4
Views: 7724

BMP uses internally b,g,r order for storing the colour components, DICOM uses "standard" RGB (r,g,b) order for RGB images.

Regards,
Michael
by Michael Onken
Thu, 2006-01-05, 09:30
Forum: DCMTK - General
Topic: the libs within DICOM ToolKit (DCMTK)
Replies: 2
Views: 4744

Hi Patric, there are the following dependencies: config - (no module dependencies) ofstd - config dcmdata - ofstd dcmimgle - dcmdata [zlib, xml] dcmimage - dcmimgle [tiff, png] dcmjpeg - dcmimage [ijg] dcmsr - dcmdata [xml] dcmsign - dcmdata [openssl] dcmtls - dcmdata [openssl] dcmnet - dcmtls [libw...
by Michael Onken
Wed, 2006-01-04, 17:32
Forum: DCMTK - General
Topic: Using dcmodify.exe and "automatic data correction"
Replies: 6
Views: 10430

No Problem:-) I just saw, that you could have meant the explicit option "automatic data correction" from dcmodifys input options. This option (enabled per default) does some extra correction on tag values as said in dcobject.h: /** This flags defines whether automatic correction should be ...
by Michael Onken
Wed, 2006-01-04, 17:15
Forum: DCMTK - General
Topic: Using dcmodify.exe and "automatic data correction"
Replies: 6
Views: 10430

Hi David, what kind of "tag values associated with the sequence length" do you mean? If you think of automatic group length or item length correction, the the answer is yes. The dcmdata routines automatically recalculate such values when writing the file. If you mean other values, please g...
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: 10987

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: 3742

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: 5540

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: 4728

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: 6842

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: 5412

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: 5006

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: 6842

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: 3788

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