Search found 2506 matches

by J. Riesmeier
Sat, 2011-10-22, 15:37
Forum: DCMTK - General
Topic: error loading dicom image
Replies: 7
Views: 13799

... then the DICOM image probably uses JPEG-compressed pixel data (see transfer syntax). So, where exactly is your problem/question?
by J. Riesmeier
Fri, 2011-10-21, 14:09
Forum: DCMTK - General
Topic: Segmentation Fault at the creation of a DicomImage
Replies: 10
Views: 11272

If your program crashes but the original "dcmj2pnm" works, then the problem is apparently with your program (which I do not know). What about using a debugger to find the reason for the crash?
by J. Riesmeier
Fri, 2011-10-21, 13:32
Forum: DCMTK - General
Topic: Segmentation Fault at the creation of a DicomImage
Replies: 10
Views: 11272

Regarding 4) see the following commit as well as the documentation in "macros.txt".
by J. Riesmeier
Fri, 2011-10-21, 13:11
Forum: DCMTK - General
Topic: Segmentation Fault at the creation of a DicomImage
Replies: 10
Views: 11272

What about more details on your program, e.g. which version of the DCMTK are you using. Is USE_NULL_SAFE_OFSTRING defined when compiling your program? And so on ...
by J. Riesmeier
Fri, 2011-10-21, 13:02
Forum: DCMTK - General
Topic: Segmentation Fault at the creation of a DicomImage
Replies: 10
Views: 11272

Did you already check whether the memory is exhausted?
by J. Riesmeier
Fri, 2011-10-21, 07:59
Forum: DCMTK - General
Topic: DCMTK issue multiple transfer syntax issue
Replies: 2
Views: 3644

This is not a DCMTK issue but it seems that you did not really understand what's going on during association negotiation. The SCP selects a single transfer syntax per presentation context, so you should propose the two transfer syntaxes in two separate presentation contexts (using the same abstract ...
by J. Riesmeier
Wed, 2011-10-19, 10:11
Forum: DCMTK - General
Topic: getOFString() Behavior With VM=0
Replies: 4
Views: 6385

Thanks again for reporting this. Should be fixed now.
by J. Riesmeier
Tue, 2011-10-18, 10:47
Forum: DCMTK - General
Topic: How to use dcmpsmk
Replies: 7
Views: 8422

An ARROW has been added as a Compound Graphic Type in March 2010 with Supplement 120. This Supplement has also been incorporated into the 2011 edition of the DICOM standard.
by J. Riesmeier
Tue, 2011-10-18, 08:31
Forum: DCMTK - General
Topic: How to use dcmpsmk
Replies: 7
Views: 8422

how to save a arrow in PS file I guess you mean an anchor point that is associated with a textual annotation, right? Regarding your "new dcmpsmk": Since your template file looks pretty much like a 1:1 mapping of the DICOM Presentation State object, why don't you use XML and an appropriate...
by J. Riesmeier
Thu, 2011-10-13, 18:15
Forum: DCMTK - Installation
Topic: Installed DCMTK on Mac OSX Lion (I think), now what?
Replies: 21
Views: 32990

Great, thanks for confirming this!
by J. Riesmeier
Thu, 2011-10-13, 17:55
Forum: DCMTK - Installation
Topic: Installed DCMTK on Mac OSX Lion (I think), now what?
Replies: 21
Views: 32990

Thanks for the feedback!

Would it also be possible to test the current snapshot or the current development version from out git repository with GNU autoconf / configure?
by J. Riesmeier
Thu, 2011-10-13, 14:56
Forum: DCMTK - General
Topic: How to use dcmpsmk
Replies: 7
Views: 8422

The short answer is: Only shutters can be activated if present in the DICOM image, since the other constructs are never present in a DICOM image object.
by J. Riesmeier
Tue, 2011-10-11, 08:46
Forum: DCMTK - General
Topic: how to set voi lut
Replies: 2
Views: 4277

First of all: What is the value of "ret2" and what is the output to the debug logger?

I guess you've seen the command line tool dcmmklut, right?
by J. Riesmeier
Tue, 2011-10-11, 08:38
Forum: DCMTK - General
Topic: storescu send jpg with explicite little indian
Replies: 4
Views: 8968

Compiling is not that complicated, but we could also make a Windows 32-bit binary of "dcmsend" available to you. Just send an email to dicom/at/offis/dot/de.

And, thank you for your kind offer. We would really appreciate if you could give us some feedback on this new tool :)
by J. Riesmeier
Mon, 2011-10-10, 16:16
Forum: DCMTK - General
Topic: storescu send jpg with explicite little indian
Replies: 4
Views: 8968

That's correct, storescu does not support the decompression of DICOM images - at least not officially. You could either run dcmdjpeg in order to decompress the image before sending it to the PACS or you could give the brand-new dcmsend a try: dcmsend --verbose --decompress-lossy 192.168.110.227 104 ...