Search found 2073 matches
- Fri, 2006-01-06, 18:09
- Forum: DCMTK - General
- Topic: How can I remove tag "(0000,0000)" using dcmodify?
- Replies: 1
- Views: 5011
Hi, you're right, dcmodify doesn't allow deletion of tags with group numbers 0000 and 0002. For your purposes you could try to use a combination of dcmdump and dump2dcm to remove the command set tag. You also could remove line 485 to 488 of mdfdman.cc to allow dcmodify to delete such tags. However, ...
- Fri, 2006-01-06, 11:20
- Forum: DCMTK - General
- Topic: how can we create DICOM format image from pixel data & tags
- Replies: 3
- Views: 16539
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...
- Thu, 2006-01-05, 10:39
- Forum: DCMTK - General
- Topic: the libs within DICOM ToolKit (DCMTK)
- Replies: 2
- Views: 4835
- Thu, 2006-01-05, 09:47
- Forum: DCMTK - General
- Topic: convert 24bit bmp to dicom, picture's color changed,why?
- Replies: 4
- Views: 7943
- Thu, 2006-01-05, 09:30
- Forum: DCMTK - General
- Topic: the libs within DICOM ToolKit (DCMTK)
- Replies: 2
- Views: 4835
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...
- Wed, 2006-01-04, 17:32
- Forum: DCMTK - General
- Topic: Using dcmodify.exe and "automatic data correction"
- Replies: 6
- Views: 10575
- Wed, 2006-01-04, 17:15
- Forum: DCMTK - General
- Topic: Using dcmodify.exe and "automatic data correction"
- Replies: 6
- Views: 10575
- 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: 11277
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
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
- Tue, 2006-01-03, 09:40
- Forum: DCMTK - General
- Topic: whats new for the wlmscpfs
- Replies: 1
- Views: 3837
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....
- Tue, 2006-01-03, 09:28
- Forum: DCMTK - General
- Topic: DCMTK 3.5.4 JPEG Baseline
- Replies: 3
- Views: 5661
- Fri, 2005-12-23, 09:20
- Forum: DCMTK - General
- Topic: imagectn database limitations ?
- Replies: 2
- Views: 4808
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 ...
- Wed, 2005-12-14, 10:16
- Forum: DCMTK - General
- Topic: DCM_PixelSpacing
- Replies: 3
- Views: 6978
- Wed, 2005-12-14, 10:04
- Forum: DCMTK - General
- Topic: dcmodify error: tag not found, when it is there!!
- Replies: 2
- Views: 5541
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...
- Tue, 2005-12-13, 10:31
- Forum: DCMTK - General
- Topic: WindowCenter \ windowWidth
- Replies: 2
- Views: 5111
Re: WindowCenter \ windowWidth
Hi,
perhaps section C.11.2.1.2 in part 3 of the standard might give the right answers;-)
Regards,
Michael
perhaps section C.11.2.1.2 in part 3 of the standard might give the right answers;-)
Regards,
Michael
- Tue, 2005-12-13, 09:46
- Forum: DCMTK - General
- Topic: DCM_PixelSpacing
- Replies: 3
- Views: 6978
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...