I figured out the problem.
Here is the help for dcmsend:
+dls --decompress-lossless only decompress lossless compression (default)
+dly --decompress-lossy decompress both lossy and lossless compression
+dly does not decompress both, only lossy. You need to specify both tags (+dls +dly)
Search found 13 matches
- Fri, 2018-10-26, 00:31
- Forum: DCMTK - General
- Topic: Problem with 3.6.3 dcmSend
- Replies: 2
- Views: 2281
- Thu, 2018-10-25, 20:07
- Forum: DCMTK - General
- Topic: Problem with 3.6.3 dcmSend
- Replies: 2
- Views: 2281
Problem with 3.6.3 dcmSend
It seems to not want to decompress baseline JPEG: This is dcmSend from 3.6.3. I: Converting transfer syntax: JPEG Baseline -> Little Endian Explicit I: Sending C-STORE Request (MsgID 1, USm) W: DIMSE Warning: (SUN-DFENSTEM10,STENTOR_SCP): sendMessage: unable to convert dataset from 'JPEG Baseline' t...
- Fri, 2014-10-24, 20:43
- Forum: DCMTK - General
- Topic: Crash in Logger::isEnabledFor (LogLevel ll) const
- Replies: 2
- Views: 20049
Re: Crash in Logger::isEnabledFor (LogLevel ll) const
I meant to post this is general. Is there a way to move this? (Sorry...)
Thanks!
Thanks!
- Fri, 2014-10-24, 18:15
- Forum: DCMTK - General
- Topic: Crash in Logger::isEnabledFor (LogLevel ll) const
- Replies: 2
- Views: 20049
Crash in Logger::isEnabledFor (LogLevel ll) const
I am using dcmtk-3.6.1_20140617. I have recompiled as /MD. I have recoded img2dcm and dcmsend to library functions (Same as I did in 3.5.4). I recoded everything back to /MT and I still have the exact some problem. The img2dcm calls are working fine. Its the DcmSend code that is having problems, alw...
- Wed, 2014-10-15, 20:55
- Forum: DCMTK - General
- Topic: Img2dcm difference between --sec-capture and --new-sc
- Replies: 1
- Views: 2878
Img2dcm difference between --sec-capture and --new-sc
I was wondering (in Img2dcm) what the difference is between difference between --sec-capture and --new-sc?
Thanks!
Thanks!
- Wed, 2013-11-06, 21:11
- Forum: DCMTK - General
- Topic: When will 3.6.1 be released?
- Replies: 3
- Views: 4533
When will 3.6.1 be released?
When will 3.6.1 be released? Will it be sometime this month? Any other info on 3.6.1?
Thanks,
David
Thanks,
David
- Wed, 2013-03-06, 22:33
- Forum: DCMTK - General
- Topic: Help with dcmsend.exe syntax
- Replies: 1
- Views: 3186
Help with dcmsend.exe syntax
I'm trying to use dcmsend.exe, and its working fine, except I can't figure out the syntax for compression. The doc shows this: deflate compression level: +cl --compression-level [l]evel: integer (default: 6) 0=uncompressed, 1=fastest, 9=best compression I have tried every variation I can think of, s...
- Wed, 2013-01-09, 22:52
- Forum: DCMTK - General
- Topic: Trouble with DICOMDIR file paths
- Replies: 1
- Views: 2920
Re: Trouble with DICOMDIR file paths
I figured it out.
dcdirrec.cc changes the file path names in hostToDicomFilename(), and dcddirif.cc changes the file path name in hostToDicomFilename() and dicomToHostFilename(), so you have to modify both of these files to add characters that might show up in a path (Like # or ,).
Thanks,
David
dcdirrec.cc changes the file path names in hostToDicomFilename(), and dcddirif.cc changes the file path name in hostToDicomFilename() and dicomToHostFilename(), so you have to modify both of these files to add characters that might show up in a path (Like # or ,).
Thanks,
David
- Wed, 2013-01-09, 20:20
- Forum: DCMTK - General
- Topic: Trouble with DICOMDIR file paths
- Replies: 1
- Views: 2920
Trouble with DICOMDIR file paths
I am having some trouble building a DICOMDIR correctly, and I wonder if some one could shed some light on the problem. I am using the DicomDirInterface from the 3.6.0 release. The problem is that this call DicomDirInterface::addDicomFile("C:\INCOMING\DICOM\NOTPROCESSED" , "TRACY DATA\...
- Wed, 2012-08-29, 17:27
- Forum: DCMTK - Installation
- Topic: unresolved external symbol "public: bool __thiscall log4cplu
- Replies: 1
- Views: 4854
Re: unresolved external symbol "public: bool __thiscall log4
I added the oflog.lib and that fixed the issue. I guess sometimes my brain does not work so well.
Thanks!
Thanks!
- Wed, 2012-08-29, 17:11
- Forum: DCMTK - Installation
- Topic: unresolved external symbol "public: bool __thiscall log4cplu
- Replies: 1
- Views: 4854
unresolved external symbol "public: bool __thiscall log4cplu
I just compiled 3.6.0, and then attempted to link with my code that was previously linked with as pre 3.6.0 snap shot. I'm getting these errors on every library: dcmjpeg.lib(djdijg16.obj) : error LNK2001: unresolved external symbol "public: bool __thiscall log4cplus::Logger::isEnabledFor(int)co...
- Tue, 2012-07-31, 18:04
- Forum: DCMTK - General
- Topic: Question on storescu.cfg
- Replies: 3
- Views: 7058
Re: Question on storescu.cfg
Thank you very, very much. I was able to get things working.
- D
- D
- Mon, 2012-07-30, 21:12
- Forum: DCMTK - General
- Topic: Question on storescu.cfg
- Replies: 3
- Views: 7058
Question on storescu.cfg
I apologize in advance, but I cannot understand how storescu.cfg works and after reading the doc, I still can't make any sense of it. Could someone help me understand how to modify the storescu.cfg file properly? For storescu, the transfer is failing because of the wrong protocol: Transfer: JPEG2000...