Search found 9 matches

by henry
Mon, 2013-05-27, 14:05
Forum: DCMTK - General
Topic: dcmprscu strange behavior
Replies: 2
Views: 3421

Re: dcmprscu strange behavior

The message was just to share a behavior detected.
Thanks anyway for the quick response.

Henry
by henry
Fri, 2013-05-24, 17:47
Forum: DCMTK - General
Topic: dcmprscu strange behavior
Replies: 2
Views: 3421

dcmprscu strange behavior

Hi all, I detected an strange behavior about dcmprscu, I spooled an object to printer but an attribute was wrong and into the log I found an error like this: ... 2013-05-24 17:25:11.928 DEBUG - dump - ===================== INCOMING DIMSE MESSAGE ==================== 2013-05-24 17:25:11.928 DEBUG - d...
by henry
Tue, 2012-01-24, 10:33
Forum: DCMTK - Installation
Topic: dcm2xml issue in dcmtk-3.6.1_20111208
Replies: 3
Views: 5847

Thank you for the fix.
About post message around 'snapshop version' this is the correct place or there is some dedicate location ?
by henry
Sun, 2012-01-22, 18:32
Forum: DCMTK - Installation
Topic: dcm2xml issue in dcmtk-3.6.1_20111208
Replies: 3
Views: 5847

dcm2xml issue in dcmtk-3.6.1_20111208

Hi, I found a small problem with the snapshop version (dcmtk-3.6.1_20111208) dcm2xml seems to genearte element with a line feed. the problem is that in inversion operation (xml2dcm) the line feed remain into the tag value. I think that the problem might be caused by the DcmElement::writeXMLStartTag ...
by henry
Fri, 2012-01-20, 11:11
Forum: DCMTK - General
Topic: DCMTK with external library license issue
Replies: 4
Views: 5917

Many thanks for support and quick responses.

Enrico
by henry
Thu, 2012-01-19, 19:03
Forum: DCMTK - General
Topic: DCMTK with external library license issue
Replies: 4
Views: 5917

Thanks for the response, Sorry, I missed the lines in README. My misunderstanding was due also because in the support library package the iconv lib has name iconv and not libiconv. Ok for this. Another question, the library libxml and libiconv are statically linked, teh LGPL says that (point 4) for ...
by henry
Thu, 2012-01-19, 16:08
Forum: DCMTK - General
Topic: DCMTK with external library license issue
Replies: 4
Views: 5917

DCMTK with external library license issue

Hi, my request is about using DCMTK into proprietary/commercial application. In particular the demand comes from the consideration of the inclusion of libxml2 into DCMTK. Libxml2 is licensed under MIT license but the package include libiconv (lib file) that seem to be GPL licensed from source packag...
by henry
Wed, 2011-11-09, 10:19
Forum: DCMTK - General
Topic: Multiframe compression by file
Replies: 2
Views: 3739

Thanks for the reply, Another alternative option would be to consider frames individually, load any single frame then compress it and add to dataset, in this way would have only compressed data in memory, even though the logic is probably a little more complicated. Could someone tell me approximatel...
by henry
Mon, 2011-11-07, 16:06
Forum: DCMTK - General
Topic: Multiframe compression by file
Replies: 2
Views: 3739

Multiframe compression by file

Hi, my purpose is to compress a multiframe object using little memory as possible. In my test I set the dicom element and 'link' the uncompressed pixel data through DcmPixelData::createValueFromTempFile method, then I choose the representation and save the object in jpeg lossless format. The result ...