Search found 24 matches

by annapurne.s
Fri, 2024-12-13, 10:00
Forum: DCMTK - General
Topic: Error while converting Video to DCM
Replies: 15
Views: 4922

Re: Error while converting Video to DCM

Why no reply for DICOM team side?
by annapurne.s
Sat, 2024-11-30, 05:56
Forum: DCMTK - General
Topic: JPEG2000 Help(Icon Image Sequence issue)
Replies: 2
Views: 19327

Re: JPEG2000 Help(Icon Image Sequence issue)

Hi, can you please share the code for convert JPEG2000 image to DICOM file with openjpeg support. I tried lot but it results the pixel issue. Are you able to help me please, Thanks.
by annapurne.s
Sat, 2024-11-16, 07:15
Forum: DCMJP2K
Topic: Creating uncompressed image from JPEG 2000 stream
Replies: 3
Views: 30688

Re: Creating uncompressed image from JPEG 2000 stream

Hi, did you successfully convert the jpeg2000 to DICOM file, if yes can you please help to me to finish this?
by annapurne.s
Wed, 2024-11-13, 08:25
Forum: DCMTK - General
Topic: Error while converting Video to DCM
Replies: 15
Views: 4922

Re: Error while converting Video to DCM

Hi, can you please give some example for convert JPEG2000 to DICOM file programmatically using DCMTK? I using openjpeg in swift and decompress the jpeg2000 image like this, public func getImageDecode(jpeg2000Data data: Data) -> UnsafeMutablePointer<opj_image_t>? { // Create JP2 decompressor: let dec...
by annapurne.s
Tue, 2024-11-12, 10:11
Forum: DCMTK - General
Topic: Error while converting Video to DCM
Replies: 15
Views: 4922

Re: Error while converting Video to DCM

Thankyou. Now how to convert jpeg to jpeg2000
by annapurne.s
Tue, 2024-10-29, 08:17
Forum: DCMTK - General
Topic: Error while converting Video to DCM
Replies: 15
Views: 4922

Error when try to convert jpeg image to JPEGLSLossless after update DCMTK 3.6.8

Hi, before the update of DCMTK 3.6.8 i use DCMTK 3.6.0 it have the method convert(I2DImgSource *inputPlug, I2DOutputPlug *outPlug, DcmDataset*& resultDset, E_TransferSyntax& proposedTS); after the update the method not supported now it changed to convertFirstFrame( I2DImgSource *inputPlug, I...
by annapurne.s
Thu, 2024-10-17, 06:12
Forum: DCMTK - General
Topic: Error while converting Video to DCM
Replies: 15
Views: 4922

C-Store response is too much of delay

1. Created dataset 2. storageSCU.setDIMSEBlockingMode(DIMSE_NONBLOCKING); storageSCU.setConnectionTimeout(10); storageSCU.setDIMSETimeout(10); storageSCU.setACSETimeout(10); 3. storageSCU.setPeerHostName(commandHost); storageSCU.setPeerPort(portNumberint); storageSCU.setPeerAETitle(commandAE); stora...
by annapurne.s
Wed, 2024-10-16, 07:12
Forum: DCMTK - General
Topic: Error while converting Video to DCM
Replies: 15
Views: 4922

C-Store response is too much of delay

Hi, i saw the C-Store response came with 1 more min delay why this happen, how to handle in code side. I also try to set the setDIMSEBlockingMode, setConnectionTimeout, setDIMSETimeout, setACSETimeout all to 30 but no response for this also. How to i get rid from these. please post your replay.
by annapurne.s
Mon, 2024-08-19, 09:18
Forum: DCMTK - General
Topic: Error while converting Video to DCM
Replies: 15
Views: 4922

Memory not get release after convert img to dcm

Hi, i am using this convertion i2d.convertFirstFrame(inputPlug, outPlug, 1, dataset, writeXfer); it takes 10 MB after all work finish and send to PACS memory not get decreased and also i used autoreleasepool for this line. Please help me how to release the memory after send to PACS.
by annapurne.s
Wed, 2024-08-14, 05:43
Forum: DCMTK - General
Topic: Error while converting Video to DCM
Replies: 15
Views: 4922

Re: Error while converting Video to DCM

Hi, yes i checked the length of the video after your reply, if the length is odd i got that error if it is even it will returns normal. Can you please how to convert the odd length video to even byte length, and i have more doubt is this MPEG4 tag supports for HEVC?, because now a days iPhone, iPad ...
by annapurne.s
Tue, 2024-08-13, 06:28
Forum: DCMTK - General
Topic: Error while converting Video to DCM
Replies: 15
Views: 4922

Error while converting Video to DCM

OFCondition result = frame->createValueFromTempFile(dcmFileStream.newFactory(), OFstatic_cast(Uint32, length), EBO_LittleEndian);
std::cout << result.text() << std::endl;
I receive the Illegal call, perhaps wrong parameters error some time. Why this happen?. Please help me.
by annapurne.s
Tue, 2024-08-13, 06:21
Forum: DCMTK - General
Topic: Specific Character set issue
Replies: 12
Views: 7200

Re: Specific Character set issue

Thankyou so much, for your help. It works.
by annapurne.s
Wed, 2024-05-29, 12:36
Forum: DCMTK - General
Topic: Specific Character set issue
Replies: 12
Views: 7200

Re: Specific Character set issue

Thank you for quick reply, How to get the SpecificCharacterSet from dataset if multiple exists and if two values is present which one is need to consider the first one? Is the ISO 2022 IR 13 this type of SpecificCharacterSet is supported by DCMTK?. If yes, it is supported by OFICONV or libiconv. And...
by annapurne.s
Wed, 2024-05-29, 08:22
Forum: DCMTK - General
Topic: Unicode conversion
Replies: 21
Views: 19577

Re: Unicode conversion

Hi, did you get any idea for this. Did you solve this issue?

I am now facing this issue can you please help me to solve this. I am using OFICONV.
by annapurne.s
Wed, 2024-05-29, 04:37
Forum: DCMTK - General
Topic: Specific Character set issue
Replies: 12
Views: 7200

Re: Specific Character set issue

Hi, i am now using OFICONV foe character encoding. It's work file.

I have another issue in SpecificCharacterSet,
If more than one value avilable in this how to handle for eg: \ISO 2022 IR 13\ISO 2022 IR 87, \ISO 2022 IR 149