Search found 24 matches

by ionut.vaida
Wed, 2017-12-20, 16:11
Forum: DCMTK - General
Topic: Offis dcmtk-3.6.1_20160216: Memory Leaks
Replies: 6
Views: 6285

Re: Offis dcmtk-3.6.1_20160216: Memory Leaks

Yes you are right but this memory leaks appears when i use dcmtk logger in multithread app. Same code with dcmtk 3.6.0 do not have leaks. i think i do something wrong. DCMNET_INFO("Sending N-ACTION Request"); - this is one line where i got leak Is some define that i need to declare for usi...
by ionut.vaida
Wed, 2017-12-20, 15:35
Forum: DCMTK - General
Topic: Offis dcmtk-3.6.1_20160216: Memory Leaks
Replies: 6
Views: 6285

Re: Offis dcmtk-3.6.1_20160216: Memory Leaks

Hello, I just move my project from dcmtk 3.6.0 to 3.6.2, and visual leak detector detects memory leaks. Tool say that is a problem in ofstrinc.cc file in this method: OFString::reserve (size_t res_arg) { if (res_arg == OFString_npos) { res_arg = 0; /* let at least space for eos get reserved */ } res...
by ionut.vaida
Wed, 2017-12-20, 12:30
Forum: DCMTK - General
Topic: Setting VOILUT causing black image
Replies: 2
Views: 2406

Re: Setting VOILUT causing black image

Thank you so much.
by ionut.vaida
Fri, 2017-12-15, 15:25
Forum: DCMTK - General
Topic: Setting VOILUT causing black image
Replies: 2
Views: 2406

Setting VOILUT causing black image

Hello,
I have some Angiography images that has LUT.
When use dcm2pnm to setvoilut, result some images black. I use dcm2pnm from dcmtk 3.6.2.

Thank you
by ionut.vaida
Thu, 2017-04-06, 06:56
Forum: DCMTK - Installation
Topic: DCMTK on visual studio 2017 with ssl
Replies: 15
Views: 18771

Re: DCMTK on visual studio 2017 with ssl

Thank,
Can you provide me that pdf at email adress redacted?
Thanks
by ionut.vaida
Sat, 2017-04-01, 08:18
Forum: DCMTK - Installation
Topic: DCMTK on visual studio 2017 with ssl
Replies: 15
Views: 18771

DCMTK on visual studio 2017 with ssl

Hello, I tried to make dcmtk for visual studio 2017. Library is compiling fine if i didn't use ssl library. I want to use ssl and i need to recompile openssl. I recompile openssl but in bin dir it makes libcrypto-1_1.dll and libssl-1_1.dll. In dcmtk precompiled library in bin directory is dcmtkeay.d...
by ionut.vaida
Thu, 2017-02-23, 13:37
Forum: DCMTK - General
Topic: ChoseRepresentation causin Virtual Memory Exhausted
Replies: 1
Views: 1974

ChoseRepresentation causin Virtual Memory Exhausted

Hello,

I have a mamo multiframe file. When i try to convert to JPEGLossless it work ok if i create console project. When i use same code in MFC project i get error "Virtual Memory Exhausted"

Can you help me?

Thanks
by ionut.vaida
Thu, 2017-02-02, 15:33
Forum: DCMTK - General
Topic: Dicom images cannot be read
Replies: 20
Views: 20765

Re: Dicom images cannot be read

Thanks for you help
I replaced all ?? with OB and i add transfer syntax jpeg lossless and work.
by ionut.vaida
Thu, 2017-02-02, 15:22
Forum: DCMTK - General
Topic: Dicom images cannot be read
Replies: 20
Views: 20765

Re: Dicom images cannot be read

i tried to do that but i have some tags VR = ?? and when i tried to make dcm from dump i got this message: VR of Tag (2001,1063) is unknown, using 'UN' for this data element E: dump2dcm: dump.txt: Error in creating Element: Corrupted data (line 102) W: VR of Tag (2001,10a1) is unknown, using 'UN' fo...
by ionut.vaida
Thu, 2017-02-02, 14:02
Forum: DCMTK - General
Topic: Dicom images cannot be read
Replies: 20
Views: 20765

Re: Dicom images cannot be read

i tried dcmdump +w command and it make me 54 files with .raw extension how to open or change transfer syntax from that?
by ionut.vaida
Thu, 2017-02-02, 13:29
Forum: DCMTK - General
Topic: Dicom images cannot be read
Replies: 20
Views: 20765

Re: Dicom images cannot be read

Thanks for respons an you have an idea how to correct that problem?
by ionut.vaida
Thu, 2017-02-02, 12:31
Forum: DCMTK - General
Topic: Dicom images cannot be read
Replies: 20
Views: 20765

Re: Dicom images cannot be read

i sent you file on email
by ionut.vaida
Thu, 2017-02-02, 12:07
Forum: DCMTK - General
Topic: Dicom images cannot be read
Replies: 20
Views: 20765

Re: Dicom images cannot be read

λ dcmdump test.dcm W: Found element (2001,9000) with VR UN and undefined length, reading a sequence with transfer syntax LittleEndianImplicit (CP-246) W: Found element (2001,1069) with VR UN and undefined length, reading a sequence with transfer syntax LittleEndianImplicit (CP-246) W: Found element ...
by ionut.vaida
Thu, 2017-02-02, 12:07
Forum: DCMTK - General
Topic: Dicom images cannot be read
Replies: 20
Views: 20765

Re: Dicom images cannot be read

With dcmdump i can open file if i use dcmconv +te i receive: dcmconv +te test.dcm test2.dcm W: Found element (2001,9000) with VR UN and undefined length, reading a sequence with transfer syntax LittleEndianImplicit (CP-246) W: Found element (2001,1069) with VR UN and undefined length, reading a sequ...
by ionut.vaida
Thu, 2017-02-02, 11:53
Forum: DCMTK - General
Topic: Dicom images cannot be read
Replies: 20
Views: 20765

Re: Dicom images cannot be read

i tried to open dcm as dataset and seve with EXS_LittleEndianExplicit transfer syntax but it only create a file from 4 kb without pixeldata.