Search found 8 matches

by bilanio
Tue, 2013-01-22, 15:19
Forum: DCMTK - General
Topic: Not able to send a large image between two servers (800 MB)
Replies: 1
Views: 2399

Not able to send a large image between two servers (800 MB)

Hello, We are facing problem when trying to send a large image form one server to another. I was wondering do we support such large images? and anyone can point me the responsible code, i went to the function DJCompressJP2K::encode but as u can see below, the logs are cutoff and processing was compl...
by bilanio
Fri, 2012-11-23, 15:38
Forum: DCMTK - General
Topic: DCMTK support dicom video format?
Replies: 9
Views: 13785

Re: DCMTK support dicom video format?

Hi Riesmeier
yes i'm using an old version of DCMTK, i think its at least 5 years old, and updating to the latest is not an option for my company now.
by bilanio
Fri, 2012-11-16, 12:27
Forum: DCMTK - General
Topic: DCMTK support dicom video format?
Replies: 9
Views: 13785

Re: DCMTK support dicom video format?

I also tried with the option --propose-jpeg8 and it gave me the same error getParamValue(CSTN_CONNECTION_TIMEOUT) = (30) CONNECTION timeout: 30 Adding filename view0058.dcm getParamValue(CSTN_ACSE_TIMEOUT) = () ASC_findAcceptedPresentationContextID: no match found for transfer syntax: 1.2.840.10008....
by bilanio
Fri, 2012-11-16, 12:10
Forum: DCMTK - General
Topic: DCMTK support dicom video format?
Replies: 9
Views: 13785

Re: DCMTK support dicom video format?

Hello Again,
So problem is with the storescu and not with the fact that DCMTK don't support the JPEG Baseline
I was wondering would movescu support this encoding or it's same as the storescu?
by bilanio
Wed, 2012-11-14, 17:14
Forum: DCMTK - General
Topic: DCMTK support dicom video format?
Replies: 9
Views: 13785

Re: DCMTK support dicom video format?

Thanks Guys for the replies, I have a problem when accepting the images from the pacs, i was investigating by using storescu the problem and it worked on the uncompressed version of the images. I resent the uncompressed images to a viewer and i was able to see all the images in the DICOM so no probl...
by bilanio
Wed, 2012-11-14, 16:04
Forum: DCMTK - General
Topic: DCMTK support dicom video format?
Replies: 9
Views: 13785

Re: DCMTK support dicom video format? -- 'JPEG Baseline'

Seems its a problem with the 'JPEG Baseline' compression. i decompressed the images using the dcmdjpeg tool and storescu worked for me. Any suggestions about a clean solution? and anyone knows how to compress the images in case if i had to uncompress and then compress the images to something that DC...
by bilanio
Wed, 2012-11-14, 08:18
Forum: DCMTK - General
Topic: DCMTK support dicom video format?
Replies: 9
Views: 13785

Re: DCMTK support dicom video format?

Hello Again, i got the images and i tried to run storescu on one of them, below is the storescu output: ./storescu -aec NOLOSS -aet CaptureImages localhost 5678 CMP_JJ010_view0001.dcm getParamValue(CSTN_CONNECTION_TIMEOUT) = (30) CONNECTION timeout: 30 Adding filename CMP_JJ010_view0001.dcm getParam...
by bilanio
Tue, 2012-11-13, 15:19
Forum: DCMTK - General
Topic: DCMTK support dicom video format?
Replies: 9
Views: 13785

DCMTK support dicom video format?

Hello, We use an old version of DCMTK and at one of the new customers we found that in some cases we are receiving only part of the study. I performed extra investigation and the problem turns out to be caused by Video tags in the images (dicom video format) -- (I have asked for the dicom files for ...