Search found 4 matches

by amitp
Tue, 2009-08-18, 15:19
Forum: DCMTK - General
Topic: Large Mutiframes
Replies: 8
Views: 8701

As far as I can remember, I tested it with larger files (up to 2 or 4 GB). Btw, which operating system and file system do you use? Hi Jörg My OS is Windows XP Professional. I have not updated my code to latest dcmtk snapshot. I have only implemented the changes required for "createValueFromTem...
by amitp
Mon, 2009-08-17, 15:23
Forum: DCMTK - General
Topic: Large Mutiframes
Replies: 8
Views: 8701

Read this . Hi Jörg Thanks again for your reply. I tried using the function "createValueFromTempFile" to create pixel element from file. It works for small files that are of size are less than 1 GB. But if my file size is greater than 2/3 GB the savefile function fails. Is there a limit o...
by amitp
Wed, 2009-08-12, 18:56
Forum: DCMTK - General
Topic: Large Mutiframes
Replies: 8
Views: 8701

The dump2dcm tool from the latest DCMTK snapshot shows how to create an element value from the contents of a file (search for "EXPERIMENTAL_READ_FROM_FILE"). Maybe, this is an option for you ... Hi Jörg Thank you so much for replying to my query. I downloaded the latest snapshot of the dc...
by amitp
Mon, 2009-08-10, 09:13
Forum: DCMTK - General
Topic: Large Mutiframes
Replies: 8
Views: 8701

Large Mutiframes

Hi I am converting a large multiframe uncompressed file into a dicom file. During the call to putAndInsertUint8Array it is giving the error virtual memory exhausted. Transfer syntax is little endian implicit and SOP is MultiframeTrueColorSecondarystorage Is there any way to load the file in small bu...