Search found 5 matches

by elbonian
Tue, 2012-08-14, 18:15
Forum: DCMTK - General
Topic: Request for partial read is being ignored
Replies: 4
Views: 4266

Re: Request for partial read is being ignored

We do not have that patch, and it appears that it will fix our problem.

Thank you so much!
by elbonian
Mon, 2012-08-13, 16:36
Forum: DCMTK - General
Topic: Request for partial read is being ignored
Replies: 4
Views: 4266

Re: Request for partial read is being ignored

You are very likely correct that our code has at least one problem!
I am comparing ours to your dcm2pnm.cc and expect to find our error.
by elbonian
Fri, 2012-08-10, 23:58
Forum: DCMTK - General
Topic: Request for partial read is being ignored
Replies: 4
Views: 4266

Request for partial read is being ignored

We are using your dcmtk library for rendering images from DICOM files, and just today came across a problem I hope you can help me with. Because of memory limitations (that is, not infinite), my code sets the CIF_UsePartialAccessToPixelData bit when creating a DicomImage, and I specify the retrieval...
by elbonian
Tue, 2009-10-13, 15:06
Forum: DCMTK - General
Topic: DCM2PNM stuck when creating TIFF files
Replies: 2
Views: 3435

DCM2PNM is called from a CGI, that's why I need it to write directly to the terminal.
by elbonian
Mon, 2009-10-12, 22:01
Forum: DCMTK - General
Topic: DCM2PNM stuck when creating TIFF files
Replies: 2
Views: 3435

DCM2PNM stuck when creating TIFF files

Hello everybody, Whenever I try to create a TIFF file with DCM2PNM and write the command's output on the standard output (on Linux), the app gets stuck until I press ENTER. I run it like this: $dcmj2pnm +ot file.dcm (waits for user input) <ENTER> (TIFF file is dumped on stdout) As you can from the e...