Search found 2217 matches

by Jörg Riesmeier
Tue, 2004-11-09, 19:01
Forum: DCMTK - General
Topic: Adding Private Tag Data to the private.dic File
Replies: 11
Views: 23727

Re: Adding Private Tag Data to the private.dic File

Dave,
dave wrote:I read in one of the help documents that the binaries can either have the data dictionaries compiled into the application, read from the external files, or both.
this is correct. Did you check that the environment variable DCMDICTPATH really points to your private dictionary?

Jörg
by Jörg Riesmeier
Fri, 2004-11-05, 19:03
Forum: DCMTK - General
Topic: How to Convert DICOM Image file to PNG file for display in a Webpage
Replies: 3
Views: 9466

Re: How to Convert DICOM Image file to PNG file for display in a Webpage

Dave,
dave wrote:C:\>dcm2pnm.exe +Wm image13.dcm test.png
my first guess: did you simply forget to set option --write-png (+on)?

Joerg
by Jörg Riesmeier
Fri, 2004-11-05, 12:11
Forum: DCMTK - FAQ
Topic: FAQ #24: How to access original pixel data using class DicomImage?
Replies: 0
Views: 37436

FAQ #24: How to access original pixel data using class DicomImage?

:?: How do I access original pixel data (e.g. Hounsfield Units for CT) using class DicomImage? :!: Until recently, there was no (official) way to access the internal pixel data representation of DicomImage. The main purpose of this class (and module dcmimgle/dcmimage in general) is visualization and...
by Jörg Riesmeier
Fri, 2004-11-05, 12:07
Forum: DCMTK - FAQ
Topic: FAQ #23: Linker errors for dcm2pnm/dcmj2pnm, symbols "jpeg_xxx" cannot be located
Replies: 0
Views: 21682

FAQ #23: Linker errors for dcm2pnm/dcmj2pnm, symbols "jpeg_xxx" cannot be located

:?: I am trying to compile DCMTK, but get linker errors for the tools dcm2pnm and dcmj2pnm. The following symbols cannot be located: jpeg_abort jpeg_std_error jpeg_CreateCompress jpeg_CreateDecompress jpeg_set_defaults jpeg_set_colorspace jpeg_set_quality jpeg_suppress_tables jpeg_start_compress jpe...
by Jörg Riesmeier
Fri, 2004-11-05, 12:04
Forum: DCMTK - FAQ
Topic: FAQ #22: Why do the C++ source files use different extensions on Unix and Windows?
Replies: 0
Views: 23546

FAQ #22: Why do the C++ source files use different extensions on Unix and Windows?

:?: Why do the C++ source files use a ".cc" extension in the Unix version of DCMTK, but a ".cxx" extension in the Windows version? :!: The ".cc" extension is there mostly for historical reasons - this is the naming scheme we adopted when we initialized our code maintena...
by Jörg Riesmeier
Fri, 2004-11-05, 12:00
Forum: DCMTK - FAQ
Topic: FAQ #21: Error "invalid value for 'PhotometricInterpretation' (LittleEndianExplicit)"
Replies: 0
Views: 21984

FAQ #21: Error "invalid value for 'PhotometricInterpretation' (LittleEndianExplicit)"

:?: Using dcm2pnm to convert a DICOM image I get the following error message: ERROR: invalid value for 'PhotometricInterpretation' (LittleEndianExplicit) :!: [This only applies to systems where the data dictionary is not built-in but loaded from file (typical for Unix systems).] Most likely the envi...
by Jörg Riesmeier
Fri, 2004-11-05, 11:56
Forum: DCMTK - FAQ
Topic: FAQ #20: Error "cannot change to unencapsulated representation for pixel data"
Replies: 0
Views: 22426

FAQ #20: Error "cannot change to unencapsulated representation for pixel data"

:?: Using the "DicomImage" class to handle DICOM images I get the following error message when accesing the pixel data: ERROR: cannot change to unencapsulated representation for pixel data :!: It seems that the image is compressed. If it uses a JPEG compression scheme you need to register ...
by Jörg Riesmeier
Fri, 2004-11-05, 11:54
Forum: DCMTK - FAQ
Topic: FAQ #19: Network transmission is very slow
Replies: 0
Views: 25360

FAQ #19: Network transmission is very slow

:?: The transmission of DICOM objects to the storescp or imagectn application works but is incredibly slow - about one 512k image per 15-20 seconds. :!: The problem is most likely related to reverse DNS lookup. When accepting an association, DCMTK attempts to find out the remote system's hostname. T...
by Jörg Riesmeier
Fri, 2004-11-05, 11:52
Forum: DCMTK - FAQ
Topic: FAQ #18: Is DCMTK thread-safe?
Replies: 0
Views: 26980

FAQ #18: Is DCMTK thread-safe?

:?: Is DCMTK safe for use in multi-threaded applications? :!: Yes, starting with release 3.6.2. To the best of our knowledge, DCMTK is fully thread-safe starting with release 3.6.2, i.e. the libraries are safe fur use in multi-threaded applications. No system functions known to be thread unsafe are ...
by Jörg Riesmeier
Fri, 2004-11-05, 11:50
Forum: DCMTK - FAQ
Topic: FAQ #17: Network communication fails, "Unknown Tag & Data" error message
Replies: 0
Views: 22417

FAQ #17: Network communication fails, "Unknown Tag & Data" error message

:?: I have successfully installed DCMTK on a Unix system, however, all DICOM network communication fails with strange error messages, for example: Echo [1], echoscu: Failed: 800a2 DIMSE: Command Build Failed: dimcmd:addUS: Cannot add Uint16: Element: (0000,0100) Unknown Tag & Data :!: When the D...
by Jörg Riesmeier
Fri, 2004-11-05, 11:44
Forum: DCMTK - FAQ
Topic: FAQ #16: Linker warning "multiple common of ..." [gcc]
Replies: 0
Views: 23303

FAQ #16: Linker warning "multiple common of ..." [gcc]

:?: I am using GNU gcc (or egcs) to compile DCMTK, and receive many warnings of the following type: libXXX.a(XXX.o): warning: multiple common of `XXX type_info node' XXX.o: warning: previous common is here Is this a bug in DCMTK? Can I avoid this warning somehow? :!: This is not a bug in DCMTK but a...
by Jörg Riesmeier
Wed, 2004-11-03, 10:42
Forum: DCMTK - FAQ
Topic: FAQ #3: Compilation error: "config/Makefile.def" not found [Unix]
Replies: 0
Views: 27828

FAQ #3: Compilation error: "config/Makefile.def" not found [Unix]

:?: I'm using a Unix system. I run the configure script and then make but the build stops because the file "config/Makefile.def" could not be found. :!: This means that the configure script has failed to create the necessary makefile definitions. There could be several reasons for this. Lo...